An example of developing a WebAssembly that prints "hello world" in the browser console.
-
Build the WebAssembly (wasm) and serve the wasm on a web server.
$ make run
-
Test the wasm by launching a web browser and navigate to http://localhost:8000. See the console for the output of "hello world".
- See Makefile for instructions on building a wasm.