Skip to content

Docker based development environment used to run Lua on WebAssembly

Notifications You must be signed in to change notification settings

probers1/lua-wasm-dev-env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-wasm-dev-env

Docker based development environment used to run Lua on WebAssembly

Tools needed

Running the code

The ./bin folder contains a few scripts to facilitate running the code.

  • ./bin/start-dev-env starts up the development environment in the background (running this script is optional - it just speeds up subsequent compilation).
  • ./bin/stop-dev/env stops and removes the development environment.
  • ./bin/compile compiles the project using the Makefile
  • ./bin/run will run the project and map it to host port :8888

So to simply compile and run, use: bin/compile && bin/run.

About

Docker based development environment used to run Lua on WebAssembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 39.0%
  • HTML 20.6%
  • C 19.1%
  • Makefile 15.7%
  • JavaScript 5.6%