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_nativefeature is set by default wheneverswc_plugin_backend_wasmeris added withoutsomewhere in the dependency tree.default-features = false - 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.