Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 349 Bytes

webasm-hello

Hello World in WebAssembly

Requirements

Install Homebrew, then from the repository directory:

brew bundle --no-lock install

Building

emcc hello.c -o hello.html

Running

python -m http.server

Open http://localhost:8000/hello.html