-
Notifications
You must be signed in to change notification settings - Fork 719
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
wasm2wat: support component wasm #2405
Comments
The component model is still a phase 1 proposal: https://github.com/WebAssembly/proposals I believe it would require a fair amount of work to support it in wabt, but if you (or somebody else) would like to take a look at implementing it that would be most welcome. |
FYI, instead of
|
Same here for
Hopeless? |
Yes, as of today, if you want to use wasm2c with a wasm component you would first need to extract the core module within and then run wasm2c on that. |
First of all, thank you for providing these great tools.
When I try to convert component wasm file to
.wat
, it keep says:To reproduce, simply follow the instruction in this doc to build the component and use
wasm2wat
to convert it to.wat
Version:
The text was updated successfully, but these errors were encountered: