js-wasmc
js-wasmc copied to clipboard
Simplifies building of WebAssembly modules in C/C++ and JS
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hello! I'm using js-wasmc and it's great, however I wanted to be able to use it with the latest EMSDK version. Few tweaks to allow that without changing js-wasmc functionality:...
See https://github.com/rsms/markdown-wasm/issues/6 It appears as Emscripten generates the following code: ```js if (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) { // ... if (document.currentScript) { // ... ``` which when executed in Deno causes...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...