tweb/src/environment/webAssemblySupport.ts

4 lines
114 B
TypeScript

const IS_WEB_ASSEMBLY_SUPPORTED = typeof(WebAssembly) !== 'undefined';
export default IS_WEB_ASSEMBLY_SUPPORTED;