index.d.cts 837 B

1234567891011121314151617181920212223
  1. export const
  2. bigInt: () => Promise<boolean>,
  3. bulkMemory: () => Promise<boolean>,
  4. exceptions: () => Promise<boolean>,
  5. exceptionsFinal: () => Promise<boolean>,
  6. extendedConst: () => Promise<boolean>,
  7. gc: () => Promise<boolean>,
  8. jsStringBuiltins: () => Promise<boolean>,
  9. jspi: () => Promise<boolean>,
  10. memory64: () => Promise<boolean>,
  11. multiMemory: () => Promise<boolean>,
  12. multiValue: () => Promise<boolean>,
  13. mutableGlobals: () => Promise<boolean>,
  14. referenceTypes: () => Promise<boolean>,
  15. relaxedSimd: () => Promise<boolean>,
  16. saturatedFloatToInt: () => Promise<boolean>,
  17. signExtensions: () => Promise<boolean>,
  18. simd: () => Promise<boolean>,
  19. streamingCompilation: () => Promise<boolean>,
  20. tailCall: () => Promise<boolean>,
  21. threads: () => Promise<boolean>,
  22. typeReflection: () => Promise<boolean>,
  23. typedFunctionReferences: () => Promise<boolean>;