Constant WASM_PLUGIN_SUPPORT_COMPILED
pub const WASM_PLUGIN_SUPPORT_COMPILED: bool = false;Expand description
Whether this build can execute WASM plugins.
Consumers use this value instead of duplicating the runtime crate’s feature decision in their own feature tables.