DEV Community

Discussion on: Simple Rust + WASM example

Collapse
 
robinvanemden profile image
Robin van Emden

Thank you for a great introductory post!

I found one minor typo in your index.html code:

wasmModeult.instance.exports.add_one

should of course be

wasmModule.instance.exports.add_one