-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component model support #324
Comments
Now that we released wasmtime v22 support, we should have the right version but may need to expose some new apis |
Related: |
Since we use the c-api we need bytecodealliance/wasmtime#8036. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
https://github.com/bytecodealliance/wasmtime/tree/main/examples/component
Add support for making the same example from C#.
https://github.com/WebAssembly/component-model/tree/main
https://github.com/bytecodealliance/componentize-dotnet
Current state:
Only Wasm modules can be instantiated and functions ran from them. Loading .wasm file which is compiled as a component into a
Module
fails.Steps
[ ] running components
[ ] imports and exports (with WIT data types)
[ ] converting modules to components
[ ] multiple components interacting
Remarks
This is blocked by bytecodealliance/wasmtime#8036 (comment)
The text was updated successfully, but these errors were encountered: