Skip to content

Commit

Permalink
Enable intl_bundled for boa_wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Feb 23, 2024
1 parent 3d482b4 commit 7212e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 7212e7f

Please sign in to comment.