DEV Community

Discussion on: The Promise of WebAssembly

Collapse
 
ryan_levick profile image
Ryan Levick

The other resources listed are great. If you want to write some code, I suggest checking out the Rust toolchain for doing WebAssembly. If you have the Rust toolchain setup you simply need to compile your code with: cargo +nightly build --target=wasm32-unknown-wasi. You can then use any other compiler/runtimes I listed above to run your code.