wag icon indicating copy to clipboard operation
wag copied to clipboard

Implement wasm extensions

Open tsavola opened this issue 6 years ago • 0 comments

Add support for applicable extensions which are or will be used by compilers by default.

Perhaps need minimal support if compilers or WASI requires them:

  • Threads (Gate doesn't intend to support more than one per process/agent).
  • Reference types (Gate ABI serializes everything).

tsavola avatar Feb 08 '20 12:02 tsavola