wasm-compiler-in-rust Only function export is supported. $ echo "fn add(a, b) { a + b }; fn multiple(a, b) { a * b };" > a.txt $ cargo run $ python3 -m http.server