diff --git a/crates/binding_core_wasm/Cargo.toml b/crates/binding_core_wasm/Cargo.toml index d243460de01..cc82e639a2f 100644 --- a/crates/binding_core_wasm/Cargo.toml +++ b/crates/binding_core_wasm/Cargo.toml @@ -45,7 +45,10 @@ swc_ecma_lints = { path = "../swc_ecma_lints", features = [ swc_ecmascript = { path = "../swc_ecmascript" } swc_plugin_runner = { path = "../swc_plugin_runner", default-features = false, optional = true } tracing = { version = "0.1.35", features = ["release_max_level_off"] } -wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] } +wasm-bindgen = { version = "0.2.82", features = [ + "serde-serialize", + "enable-interning", +] } wasmer = { version = "2.3.0", optional = true, default-features = false } wasmer-wasi = { version = "2.3.0", optional = true, default-features = false }