A Compiler Backend for converting CPP, Rust, WAT to WASM Module It is a fork of LLVM.
Installation
yay -S emscripten
source /etc/profile.d/emscripten.sh
Usage
emcc hello.c -o index.html
Then, you can run the with a webserver like darkhttpd
A Compiler Backend for converting CPP, Rust, WAT to WASM Module It is a fork of LLVM.
yay -S emscripten
source /etc/profile.d/emscripten.sh
emcc hello.c -o index.html
Then, you can run the with a webserver like darkhttpd