We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa8520 commit b0cb35aCopy full SHA for b0cb35a
crates/binding_core_wasm/Cargo.toml
@@ -45,7 +45,10 @@ swc_ecma_lints = { path = "../swc_ecma_lints", features = [
45
swc_ecmascript = { path = "../swc_ecmascript" }
46
swc_plugin_runner = { path = "../swc_plugin_runner", default-features = false, optional = true }
47
tracing = { version = "0.1.35", features = ["release_max_level_off"] }
48
-wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
+wasm-bindgen = { version = "0.2.82", features = [
49
+ "serde-serialize",
50
+ "enable-interning",
51
+] }
52
wasmer = { version = "2.3.0", optional = true, default-features = false }
53
wasmer-wasi = { version = "2.3.0", optional = true, default-features = false }
54
0 commit comments