From 7212e7f92a934c2462a9eccd9f0e3eaf051454c6 Mon Sep 17 00:00:00 2001 From: jedel1043 Date: Fri, 23 Feb 2024 01:53:48 -0600 Subject: [PATCH] Enable `intl_bundled` for `boa_wasm` --- ffi/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]