Lua + wasm32-wasi Simple example of a lua interpretor embedded in a wasm browser environement. Dependencies Install wasi-sdk-24 and set the WASI_SDK_PATH variable. you can do: make WASI_SDK_PATH=/my/path/to/wasi-sdk-24 or directly change it in the makefile. Build make