@fuels/vm-types
v0.58.2
Published
WASM version of `fuel-types` Rust crate
Downloads
72
Readme
@fuels/vm-fuel-types
WASM version of fuel-types
Rust crate:
- https://crates.io/crates/fuel-types
- https://github.com/FuelLabs/fuel-vm/tree/master/fuel-types
Getting Started
Be sure to await
the WASM async initialization:
import * as fuel_types from '@fuels/vm-types'
(async function() {
await fuel_types.initWasm();
// fuel_types.<?>();
// ...
})();