In the parent directory, run the following commands.
Compile:
EM_OUT=example/out.js ./cobweb.sh example/hello.cobIn the example directory, serve the content statically. The web server should
support WebAssembly. For instance http-server:
http-server .and go to 127.0.0.1:8080.