How to build WASM from Rust?
Following MDN's WASM tutorial I've built a wasm that runs in the browser.
Importing the generated
Not really understanding how bindgen works, but how do I build a Deno compatible WASM from Rust
Importing the generated
wasm.js works fine, when I try to import the wasm_bg.wasm directly, it throws this error.Not really understanding how bindgen works, but how do I build a Deno compatible WASM from Rust

