emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

Avoid defining `Module` in `shell_minimal.js`. NFC

Open sbc100 opened this issue 1 year ago • 0 comments

Instead we can just always use the same technique to define Module in shell_minimal.js, regardless of the target environment.

This simplifies the code and reduces code size.

sbc100 avatar Jul 31 '24 13:07 sbc100