MaxGraey / wasm-check

TypeScript / JavaScript library for detect WebAssembly features in node.js & browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught ReferenceError: WebAssembly is not defined

TwoAbove opened this issue · comments

Hey!

When using Edge with advanced security configs, one thing that is turned off is WebAssembly, which is now undefined.

The stack trace is

Uncaught ReferenceError: WebAssembly is not defined
    at Object../node_modules/wasm-check/dist/wasm-check.min.js (wasm-check.min.js:1:1)

Thanks for the swift turnaround time!