ifsheldon opened issue #9694:
Here, the documented default is wrong, because the default features of
wasmtime
includecomponent-model
https://github.com/bytecodealliance/wasmtime/blob/66910067642ce2ddf5509845306508f89a24fc9e/crates/wasmtime/Cargo.toml#L137and the enabled features is determined at compile time by
https://github.com/bytecodealliance/wasmtime/blob/66910067642ce2ddf5509845306508f89a24fc9e/crates/wasmtime/src/config.rs#L1999The documentation should be something like
This is `cfg!(feature = "component-model")` by default.
alexcrichton closed issue #9694:
Here, the documented default is wrong, because the default features of
wasmtime
includecomponent-model
https://github.com/bytecodealliance/wasmtime/blob/66910067642ce2ddf5509845306508f89a24fc9e/crates/wasmtime/Cargo.toml#L137and the enabled features is determined at compile time by
https://github.com/bytecodealliance/wasmtime/blob/66910067642ce2ddf5509845306508f89a24fc9e/crates/wasmtime/src/config.rs#L1999The documentation should be something like
This is `cfg!(feature = "component-model")` by default.
Last updated: Dec 23 2024 at 12:05 UTC