Skip to content

Commit b0cb35a

Browse files
authored
feat(wasm): Enable string interning (#5351)
1 parent 6fa8520 commit b0cb35a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/binding_core_wasm/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ swc_ecma_lints = { path = "../swc_ecma_lints", features = [
4545
swc_ecmascript = { path = "../swc_ecmascript" }
4646
swc_plugin_runner = { path = "../swc_plugin_runner", default-features = false, optional = true }
4747
tracing = { version = "0.1.35", features = ["release_max_level_off"] }
48-
wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
48+
wasm-bindgen = { version = "0.2.82", features = [
49+
"serde-serialize",
50+
"enable-interning",
51+
] }
4952
wasmer = { version = "2.3.0", optional = true, default-features = false }
5053
wasmer-wasi = { version = "2.3.0", optional = true, default-features = false }
5154

0 commit comments

Comments
 (0)