17 lines
598 B
TypeScript
17 lines
598 B
TypeScript
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>; |