Cargo Features

zk-aluvm has no features set by default.

[dependencies]
zk-aluvm = { version = "0.12.0-beta.1", features = ["std", "alloc", "all", "armor", "stl", "log", "serde", "rand"] }
std all?

Enables std of aluvm and amplify

alloc

Enables alloc of aluvm and amplify

all = armor, log, serde, std, stl
armor all?

Enables armor of aluvm

stl all? = strict_types

Enables stl of aluvm

Affects zk-aluvm::zkstl

log all?

Enables log of aluvm

serde all?

Enables serde, serde of aluvm

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.

strict_types stl?
rand wasm32 implicit feature

Enables rand

rand:

Random number generators and other randomness functionality