Skip to content
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

Move to wasm-tools #20

Open
EmNudge opened this issue May 5, 2024 · 0 comments
Open

Move to wasm-tools #20

EmNudge opened this issue May 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@EmNudge
Copy link
Owner

EmNudge commented May 5, 2024

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.

@EmNudge EmNudge added the enhancement New feature or request label May 5, 2024
@EmNudge EmNudge self-assigned this May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant