Skip to content

This is a simple example that demonstrates building a Lobster project to WebAssembly.

License

Notifications You must be signed in to change notification settings

jon-edward/nephropidae_wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nephropidae_wasm

This is a simple example that demonstrates building a Lobster project to WebAssembly.

Demo

Check out the live demos.

Requirements

You need a built binary of the Lobster language, Python 3.10+, and Emscripten added to PATH.

Usage

build.py is the entry point for building a Lobster project to WASM. In the simplest case, you can build your Lobster script (src/main.lobster) with python3 build.py.

Optionally, you can start an HTTP server from build/ on http://127.0.0.1:8080/ after building has completed with the command python3 build.py --serve.

See python3 build.py --help for other usage.

About

This is a simple example that demonstrates building a Lobster project to WebAssembly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published