We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently use WABT's wat2wasm for converting to web assembly.
wat2wasm
Recently, the Bytecode Alliance has recently published wasm-tools which seem to cover everything WABT does plus a bunch more.
I think this can also be an opportunity to delve into the debugging side of WASM by making a lesson specifically around wasm-tools.
It also has the advantage of using Rust, which means I can probably reuse code for a language server.
The text was updated successfully, but these errors were encountered:
EmNudge
No branches or pull requests
We currently use WABT's
wat2wasm
for converting to web assembly.Recently, the Bytecode Alliance has recently published wasm-tools which seem to cover everything WABT does plus a bunch more.
I think this can also be an opportunity to delve into the debugging side of WASM by making a lesson specifically around wasm-tools.
It also has the advantage of using Rust, which means I can probably reuse code for a language server.
The text was updated successfully, but these errors were encountered: