Cargo Features

[dependencies]
swc_plugin_backend_wasmer = { version = "8.0.0", default-features = false, features = ["plugin_transform_host_js", "plugin_transform_host_native"] }
default = plugin_transform_host_native

The plugin_transform_host_native feature is set by default whenever swc_plugin_backend_wasmer is added without default-features = false somewhere in the dependency tree.

plugin_transform_host_js

Enables js-default of wasmer ^6.1.0-rc.2, wasm of wasmer-compiler-cranelift ^6.1.0-rc.2, js-default of wasmer-wasix ^0.601.0-rc.2

plugin_transform_host_native default

Enables wasmer-compiler-cranelift ^6.1.0-rc.2, cranelift and sys of wasmer ^6.1.0-rc.2, host-fs and sys-minimal of wasmer-wasix ^0.601.0-rc.2

swc_plugin_backend_wasmer has 3 features without comments.