Cargo Features

[dependencies]
marine-runtime = { version = "0.37.0", default-features = false, features = ["raw-module-api", "marine-wasmtime-backend"] }
default = marine-wasmtime-backend

These default features are set whenever marine-runtime is added without default-features = false somewhere in the dependency tree.

Enables marine-core

Affects marine-runtime::wasmtime

raw-module-api

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.

marine-wasmtime-backend default