You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
HarikrishnanBalagopal
changed the title
feature request: support for WASI 2 component model
feature request: support for WASI preview 2 component model
Jan 30, 2024
The example code doesn't compile with
wat2wasm
https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md#component-definitions
$ wat2wasm --version 1.0.34 $ wat2wasm main.wat main.wat:1:2: error: unexpected token "component", expected a module field or a module. (component ^^^^^^^^^ main.wat:2:3: error: unexpected token (, expected EOF. (component ^
Other tools that support the component model https://component-model.bytecodealliance.org/language-support.html#building-a-component-with-wasm-tools
The text was updated successfully, but these errors were encountered: