UNPKG

204 BJavaScriptView Raw
1const hasWASM = () => typeof window !== "undefined" && typeof window["WebAssembly"] !== "undefined" || typeof global !== "undefined" && typeof global["WebAssembly"] !== "undefined";
2export {
3 hasWASM
4};