lua-wasm allows you to load WebAssembly modules.
This is a work in progress...
- Wasmtime C API
make LUA_INC=<Path to Lua include dir> WASMTIME_INC=<Path to Wasmtime include dir> WASMTIME_LIB=<Path to Wasmtime library dir>
- Copy
core.sotoLUA_CPATH/wasm - Copy
wasm.luatoLUA_PATH
This module uses garbage collector metamethod on tables, that is not present in Lua 5.1.