index.d.ts 705 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
export const
bigInt: () => Promise<boolean>,
bulkMemory: () => Promise<boolean>,
exceptions: () => Promise<boolean>,
extendedConst: () => Promise<boolean>,
gc: () => Promise<boolean>,
jspi: () => Promise<boolean>,
memory64: () => Promise<boolean>,
multiMemory: () => 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>,
typeReflection: () => Promise<boolean>;