DEV Community

Discussion on: 🦕🦀Writing WebAssembly in Rust and running it in Deno!

Collapse
 
chadbr profile image
chadbr • Edited

Silly question — how do you do two functions? Keep adding to the wasmInstance.exports definition? Is it doing name matching? Ordered by function order in the Rust file?