toWasm method

List<Object?> toWasm()

Returns this as a WASM canonical abi value.

Implementation

List<Object?> toWasm() => [
  mutableGlobal,
  saturatingFloatToInt,
  signExtension,
  referenceTypes,
  multiValue,
  bulkMemory,
  simd,
  relaxedSimd,
  threads,
  tailCall,
  floats,
  multiMemory,
  exceptions,
  memory64,
  extendedConst,
  componentModel,
  functionReferences,
  memoryControl,
  gc,
];