UNPKG

@tybys/wasm-util

Version:

WASI polyfill for browser and some wasm util

10 lines (9 loc) 283 B
const _WebAssembly = typeof WebAssembly !== 'undefined' ? WebAssembly : typeof WXWebAssembly !== 'undefined' ? WXWebAssembly : undefined; if (!_WebAssembly) { throw new Error('WebAssembly is not supported in this environment'); } export { _WebAssembly };