Cargo Features
VeriWasm has no features set by default.
[dependencies]
veriwasm = { version = "0.1.4", features = ["verify"] }
- verify = wasmtime
-
feature for when we're integrating with wasmtime
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- wasmtime verify?
-
Enables wasmtime ^0.28.0
This should be an optional compile target
Affects
wasmtime::load_wasmtime_program
…