Docker based development environment used to run Lua on WebAssembly
- bash
- docker
- docker-compose
- a
.editorconfigenabled editor
The ./bin folder contains a few scripts to facilitate running the code.
./bin/start-dev-envstarts up the development environment in the background (running this script is optional - it just speeds up subsequent compilation)../bin/stop-dev/envstops and removes the development environment../bin/compilecompiles the project using theMakefile./bin/runwill run the project and map it to host port:8888
So to simply compile and run, use: bin/compile && bin/run.