mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
feat(wasm): Enable string interning (#5351)
This commit is contained in:
parent
6fa8520d67
commit
b0cb35abaa
@ -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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user