diff --git a/ffi/wasm/Cargo.toml b/ffi/wasm/Cargo.toml index 880c4f4fd41..bda0d5bc580 100644 --- a/ffi/wasm/Cargo.toml +++ b/ffi/wasm/Cargo.toml @@ -18,7 +18,7 @@ getrandom = { version = "0.2.12", features = ["js"] } console_error_panic_hook = "0.1.7" [features] -default = ["boa_engine/annex-b", "boa_engine/intl", "boa_engine/experimental"] +default = ["boa_engine/annex-b", "boa_engine/intl_bundled", "boa_engine/experimental"] [lib] crate-type = ["cdylib", "lib"]