Cargo Features

wasefire-interpreter has no features set by default.

[dependencies]
wasefire-interpreter = { version = "0.2.0", features = ["debug", "toctou", "float-types", "vector-types", "cache"] }
debug

Enable debugging features (only works for targets with std).

Affects error::Unsupported, error::print_backtrace

toctou

Use safe operations when time-of-use and time-of-check differ.

float-types

Enable support for specific types.

Enables libm

Affects syntax::FRelOp, syntax::FUnOp, syntax::FBinOp

vector-types
cache

Enable caching for execution.

Enables lru