@fuels/vm-asm

v0.58.2
WASM version of `fuel-asm` Rust crate

@fuels/vm-fuel-asm

WASM version of fuel-asm Rust crate:

Getting Started

Be sure to await the WASM async initialization:

import * as fuel_asm from '@fuels/vm-asm'

(async function() {
  await fuel_asm.initWasm();

  // fuel_asm.<?>();
  // ...
})();
npm i @fuels/vm-asm

Metadata

Downloads

Maintainers