/wasm-compiler-in-rust

Compiler in rust converts own language to wasm

Primary LanguageRust

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

スクリーンショット 2023-02-23 20 07 41