jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Emscripten packages may contain more than one WASM file #58

Open ianthomas23 opened 1 month ago

ianthomas23 commented 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.