Cargo Features
[dependencies]
go-engine = { version = "0.1.5", default-features = false, features = ["read_fs", "read_zip", "async", "go_std", "btree_map", "codegen", "instruction_pos", "serde_borsh", "wasm"] }
- default = async, codegen, go_std, instruction_pos, read_fs
-
These default features are set whenever
go-engine
is added without
somewhere in the dependency tree.default-features = false - read_fs default
- read_zip
-
Enables zip ^0.6.2
- async default
-
Enables async of go-codegen and go-vm
- go_std default
- btree_map
-
Enables btree_map of go-codegen, go-parser, and go-vm
- codegen default
- instruction_pos default
-
Enables instruction_pos of go-vm
- serde_borsh
-
Enables borsh ^0.10.3, serde_borsh of go-vm
- wasm
-
Enables getrandom, instant, and wasm-bindgen
go-engine has 10 features without comments.