securityos/node_modules/wasm-feature-detect/dist/index.d.ts

17 lines
598 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
export const
bigInt: () => Promise<boolean>,
bulkMemory: () => Promise<boolean>,
exceptions: () => Promise<boolean>,
extendedConst: () => Promise<boolean>,
gc: () => Promise<boolean>,
memory64: () => Promise<boolean>,
multiValue: () => Promise<boolean>,
mutableGlobals: () => Promise<boolean>,
referenceTypes: () => Promise<boolean>,
relaxedSimd: () => Promise<boolean>,
saturatedFloatToInt: () => Promise<boolean>,
signExtensions: () => Promise<boolean>,
simd: () => Promise<boolean>,
streamingCompilation: () => Promise<boolean>,
tailCall: () => Promise<boolean>,
threads: () => Promise<boolean>;