Hello World in WebAssembly
Install Homebrew, then from the repository directory:
brew bundle --no-lock install
emcc hello.c -o hello.html
python -m http.server
Hello World in WebAssembly
Install Homebrew, then from the repository directory:
brew bundle --no-lock install
emcc hello.c -o hello.html
python -m http.server