cyb/wysm/crates/wasmi/Cargo.toml

[package]
name = "wasmi"
version.workspace = true
rust-version.workspace = true
documentation = "https://docs.rs/wasmi/"
description = "WebAssembly interpreter"
authors.workspace = true
repository.workspace = true
edition.workspace = true
readme.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
exclude = [
    "benches/wat",
    "benches/wasm",
    "tests/spec/testsuite",
    "**.wast",
]

[dependencies]
wasmi_core = { workspace = true }
wasmi_collections = { workspace = true }
wasmi_ir = { workspace = true }
wasmparser = { workspace = true, features = ["validate", "features"] }
wat = { workspace = true, optional = true }
spin = { version = "0.9", default-features = false, features = [
    "mutex",
    "spin_mutex",
    "rwlock",
] }

[dev-dependencies]
assert_matches = "1.5"
criterion = { version = "0.5", default-features = false }

[features]
default = ["stable", "std", "wat"]
std = [
    "wasmi_core/std",
    "wasmi_collections/std",
    "wasmparser/std",
    "spin/std",
]
hash-collections = [
    "wasmi_collections/hash-collections",
    "wasmparser/hash-collections",
]
prefer-btree-collections = [
    "wasmi_collections/prefer-btree-collections",
    "wasmparser/prefer-btree-collections",
]
wat = ["dep:wat", "std"]
simd = ["wasmi_core/simd", "wasmi_ir/simd", "wasmparser/simd"]
stable = []
unstable = []

# Enables a portable dispatch scheme that avoids tail-call reliance.
# Recommended for targets without stable or guaranteed tail-call support.
portable-dispatch = []
# Enables an indirect dispatch scheme using op-codes instead of
# embedded function pointers for more compact bytecode.
indirect-dispatch = []

# Enables extra checks performed during Wasmi bytecode execution.
#
# These checks are unnecessary as long as Wasmi translation works as intended.
# If Wasmi translation invariants are broken due to bugs, these checks prevent
# Wasmi execution to exhibit undefined behavior (UB) in certain cases.
#
# Expected execution overhead is upt to 20%, if enabled.
#
# - Enable if your focus is on safety.
# - Disable if your focus is on execution speed.
extra-checks = []

bench
name = "benches"
harness = false

[package.metadata.docs.rs]
features = ["std", "wat", "simd"]

Homonyms

cyberia/Cargo.toml
soft3/hemera/Cargo.toml
soft3/tru/Cargo.toml
soft3/glia/Cargo.toml
neural/eidos/Cargo.toml
soft3/mir/Cargo.toml
cyb/prysm/Cargo.toml
soft3/mudra/Cargo.toml
soft3/lens/Cargo.toml
cyb/optica/Cargo.toml
cyb/src-tauri/Cargo.toml
soft3/foculus/Cargo.toml
warriors/trisha/Cargo.toml
soft3/strata/Cargo.toml
neural/rune/Cargo.toml
soft3/nox/Cargo.toml
neural/trident/Cargo.toml
cyb/honeycrisp/Cargo.toml
soft3/radio/Cargo.toml
soft3/cybergraph/Cargo.toml
cyb/wysm/Cargo.toml
neural/rs/Cargo.toml
soft3/zheng/Cargo.toml
cyb/cyb/Cargo.toml
cyb/evy/Cargo.toml
cyb/cyb-boot/Cargo.toml
soft3/bbg/rs/Cargo.toml
soft3/lens/assayer/Cargo.toml
neural/rs/core/Cargo.toml
soft3/zheng/rs/Cargo.toml
soft3/glia/import/Cargo.toml
soft3/radio/iroh-gossip/Cargo.toml
soft3/radio/iroh-car/Cargo.toml
soft3/radio/iroh-base/Cargo.toml
neural/inf/rs/Cargo.toml
soft3/lens/src/Cargo.toml
neural/rs/mir-format/Cargo.toml
neural/rs/macho-linker/Cargo.toml
soft3/radio/particle/Cargo.toml
soft3/radio/radio-cli/Cargo.toml
soft3/bbg/cli/Cargo.toml
cyb/honeycrisp/aruminium/Cargo.toml
soft3/hemera/rs/Cargo.toml
soft3/radio/iroh-dns-server/Cargo.toml
cyb/honeycrisp/rane/Cargo.toml
neural/rs/darwin-sys/Cargo.toml
soft3/zheng/cli/Cargo.toml
bootloader/go-cyber/cw/Cargo.toml
cyb/cyb/cyb-shell/Cargo.toml
soft3/radio/iroh-relay/Cargo.toml
warriors/trisha/rs/Cargo.toml
soft3/hemera/bench/Cargo.toml
soft3/lens/core/Cargo.toml
neural/rs/macros/Cargo.toml
soft3/nox/rs/Cargo.toml
soft3/hemera/wgsl/Cargo.toml
soft3/strata/compute/Cargo.toml
cyb/honeycrisp/unimem/Cargo.toml
soft3/lens/binius/Cargo.toml
neural/rs/link/Cargo.toml
soft3/glia/run/Cargo.toml
soft3/tru/rs/Cargo.toml
soft3/radio/iroh-blobs/Cargo.toml
neural/eidos/rs/Cargo.toml
soft3/strata/src/Cargo.toml
soft3/hemera/cli/Cargo.toml
soft3/radio/iroh-willow/Cargo.toml
warriors/trisha/honeycrisp/Cargo.toml
neural/rs/codegen/Cargo.toml
neural/rune/cli/Cargo.toml
soft3/radio/cyber-bao/Cargo.toml
cyb/cyb/cyb-portal/Cargo.toml
neural/rs/rsc/Cargo.toml
cyb/wysm/fuzz/Cargo.toml
soft3/radio/iroh-ffi/Cargo.toml
neural/eidos/cli/Cargo.toml
soft3/strata/proof/Cargo.toml
soft3/radio/iroh/Cargo.toml
soft3/nox/cli/Cargo.toml
warriors/trisha/wgpu/Cargo.toml
cyb/honeycrisp/acpu/Cargo.toml
soft3/lens/porphyry/Cargo.toml
warriors/trisha/cli/Cargo.toml
neural/rs/pure-rust-check/Cargo.toml
soft3/strata/ext/Cargo.toml
soft3/strata/core/Cargo.toml
cyb/cyb/cyb-ui/Cargo.toml
cyb/cyb/cyb-services/Cargo.toml
soft3/lens/ikat/Cargo.toml
soft3/radio/iroh-docs/Cargo.toml
soft3/tru/cli/Cargo.toml
soft3/lens/brakedown/Cargo.toml
soft3/cybergraph/cli/Cargo.toml
soft3/radio/iroh-ffi/iroh-js/Cargo.toml
neural/rs/tests/macro-integration/Cargo.toml
cyb/honeycrisp/rane/benches/Cargo.toml
soft3/strata/trop/rs/Cargo.toml
neural/inf/rs/source/Cargo.toml
soft3/strata/kuro/rs/Cargo.toml
neural/rune/rs/ast/Cargo.toml
cyb/wysm/crates/collections/Cargo.toml
soft3/strata/genies/rs/Cargo.toml
soft3/strata/nebu/cli/Cargo.toml
cyb/evy/crates/evy_prysm_core/Cargo.toml
neural/inf/rs/lower/Cargo.toml
cyb/evy/crates/evy_dialect/Cargo.toml
cyb/wysm/crates/cli/Cargo.toml
cyb/evy/forks/bevy_anti_alias/Cargo.toml
cyb/evy/forks/bevy_sprite_render/Cargo.toml
cyb/wysm/crates/c_api/Cargo.toml
neural/inf/rs/lex/Cargo.toml
cyb/wysm/crates/core/Cargo.toml
cyb/wysm/crates/wasi/Cargo.toml
soft3/radio/iroh/bench/Cargo.toml
soft3/strata/genies/cli/Cargo.toml
cyb/evy/forks/bevy_render/Cargo.toml
neural/inf/rs/ast/Cargo.toml
neural/rune/rs/interp/Cargo.toml
cyb/evy/forks/bevy_ecs/Cargo.toml
soft3/strata/jali/cli/Cargo.toml
cyb/evy/forks/bevy_gizmos/Cargo.toml
cyb/evy/crates/evy_diagnostic/Cargo.toml
cyb/evy/forks/bevy_gizmos_render/Cargo.toml
soft3/strata/trop/cli/Cargo.toml
cyb/evy/crates/evy_radio/Cargo.toml
neural/inf/rs/parse/Cargo.toml
cyb/evy/forks/bevy_mesh/Cargo.toml
cyb/wysm/crates/fuzz/Cargo.toml
neural/rune/rs/prysm/Cargo.toml
cyb/evy/forks/bevy_diagnostic/Cargo.toml
neural/trident/editor/zed/Cargo.toml
bootloader/go-cyber/mcp/rust/Cargo.toml
soft3/strata/genies/wgsl/Cargo.toml
soft3/strata/kuro/wgsl/Cargo.toml
neural/inf/rs/cli/Cargo.toml
neural/inf/rs/oracle/Cargo.toml
cyb/evy/forks/bevy_tasks/Cargo.toml
cyb/evy/forks/bevy_transform/Cargo.toml
soft3/strata/trop/wgsl/Cargo.toml
cyb/evy/crates/evy_platform_caps/Cargo.toml
cyb/honeycrisp/aruminium/benches/Cargo.toml
cyb/evy/crates/evy_engine_core/Cargo.toml
cyb/evy/forks/naga/Cargo.toml
neural/inf/rs/plan/Cargo.toml
cyb/evy/crates/evy_engine_dispatch/Cargo.toml
soft3/strata/nebu/rs/Cargo.toml
neural/rune/rs/lex/Cargo.toml
cyb/wysm/crates/ir/Cargo.toml
neural/inf/rs/eval/Cargo.toml
neural/rune/rs/subject/Cargo.toml
soft3/strata/nebu/wgsl/Cargo.toml
cyb/evy/forks/bevy_sprite/Cargo.toml
soft3/strata/kuro/cli/Cargo.toml
cyb/evy/crates/evy_ecs_storage/Cargo.toml
cyb/evy/forks/bevy_core_pipeline/Cargo.toml
cyb/evy/forks/bevy_image/Cargo.toml
cyb/evy/forks/bevy_animation/Cargo.toml
neural/rune/rs/parse/Cargo.toml
neural/rune/rs/mold/Cargo.toml
neural/rune/rs/parse-pure/Cargo.toml
neural/rune/rs/lower/Cargo.toml
cyb/evy/forks/bevy_pbr/Cargo.toml
soft3/radio/tests/integration/Cargo.toml
soft3/strata/jali/rs/Cargo.toml
neural/inf/rs/value/Cargo.toml
soft3/strata/jali/wgsl/Cargo.toml
cyb/evy/forks/bevy_post_process/Cargo.toml
cyb/wysm/crates/wast/Cargo.toml
neural/rune/rs/compile/Cargo.toml
cyb/evy/crates/evy_engine_tasks/Cargo.toml
soft3/tape/impl/rust/Cargo.toml
cyb/wysm/crates/c_api/macro/Cargo.toml
bootloader/go-cyber/cw/contracts/std-test/Cargo.toml
bootloader/go-cyber/cw/contracts/graph-filter/Cargo.toml
cyb/honeycrisp/unimem/experiments/hyp_probe/Cargo.toml
bootloader/go-cyber/cw/packages/cyber-std-test/Cargo.toml
bootloader/go-cyber/cw/tests/litium-tests/Cargo.toml
bootloader/go-cyber/cw/packages/cyber-std/Cargo.toml
cyb/honeycrisp/unimem/experiments/iosurface_probe/Cargo.toml
cyb/wysm/crates/c_api/artifact/Cargo.toml
cyb/honeycrisp/unimem/experiments/dext_contiguous_alloc/client/Cargo.toml
cyb/honeycrisp/unimem/experiments/dext_iosurface_pa/client/Cargo.toml

Graph