Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Example

Usage

In the parent directory, run the following commands.

Compile:

EM_OUT=example/out.js ./cobweb.sh example/hello.cob

In 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.