Open
Description
As the implementation of WASI Preview 3 comes along, we should add support to the abilities of jco transpile
in handling P3 components
To understand what this entails, see the following other resources:
- https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md
- https://github.com/WebAssembly/component-model/blob/main/design/mvp/Async.md
- https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md
Current ongoing implementation in wasmtime
is over here:
- https://github.com/bytecodealliance/wasip3-prototyping (temporary fork of
wasmtime
) - https://github.com/bytecodealliance/wit-bindgen (async-ready changes are freely upstreamed)
- https://github.com/bytecodealliance/wasm-tools (async-ready changes are freely upstreamed)