Cargo Features

go-vm has no features set by default.

[dependencies]
go-vm = { version = "0.1.5", features = ["async", "btree_map", "instruction_pos", "serde_borsh"] }
async

Enables async-channel ^1.6.1, async-executor, fastrand ^1.9.0, and futures-lite ^1.12.0

Affects ffi::Ffi.async_call, objects::ChannelObj

btree_map

Enables btree_map of go-parser

instruction_pos
serde_borsh

Enables borsh ^0.10.3, serde_borsh of go-parser