UNPKG

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