Skip to content

Commit df5793d

Browse files
committed
feat: Implement proposal-arraybuffer-base64
1 parent 431306a commit df5793d

6 files changed

Lines changed: 908 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ dynify = "0.1.2"
140140
futures-channel = "0.3.31"
141141
aligned-vec = "0.6.4"
142142
temp-env = "0.3.6"
143+
simdutf = "0.7.0"
143144

144145
# ICU4X
145146

core/engine/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ either = { workspace = true, optional = true }
136136
static_assertions.workspace = true
137137
futures-channel.workspace = true
138138
aligned-vec.workspace = true
139+
simdutf.workspace = true
139140

140141
# intl deps
141142
boa_icu_provider = { workspace = true, features = ["std"], optional = true }

0 commit comments

Comments
 (0)