Skip to content

karamaru-alpha/wasm-compiler-in-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compiler in rust converts own language to wasm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published