DEV Community

Discussion on: Rust + WASM using bindgen

Collapse
 
matthieudesprez profile image
Matthieu Desprez

Thanks for this article !

For those who use a more recent version of wasm-bindgen, you have to replace module by raw_module in lib.rs (see github.com/rustwasm/wasm-bindgen/i... for more information).