tweb/src/environment/webAssemblySupport.ts

4 lines
114 B
TypeScript
Raw Permalink Normal View History

2022-08-31 06:22:16 +02:00
const IS_WEB_ASSEMBLY_SUPPORTED = typeof(WebAssembly) !== 'undefined';
export default IS_WEB_ASSEMBLY_SUPPORTED;