Open ianthomas23 opened 1 month ago
The current use of emscripten-forge packages assumes that each package contains just a single .wasm file. But the lua package contains both lua.wasm and luac.wasm. When we switch to the runtime configuration of WASM commands we need to support this.
.wasm
lua
lua.wasm
luac.wasm
The current use of emscripten-forge packages assumes that each package contains just a single
.wasm
file. But thelua
package contains bothlua.wasm
andluac.wasm
. When we switch to the runtime configuration of WASM commands we need to support this.