Krhougs

Results 3 issues of Krhougs

> ### TL;DR > Please change current dynamic loading codes to simply `import wasmBytes from "path/to.wasm"` in the production bundle to make the library work in secure environments. I am...

Some Javascript runtime like Wechat MiniProgram and Alipay MiniProgram forbids dynamically defining function [(related documents)](https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/js-support.html), where both `Function` and `eval` are `undefined`. Recently added [detection for `accidentalStrictMode`](https://github.com/facebook/regenerator/blob/master/packages/regenerator-runtime/runtime.js#L713) used `Function` as...