Skip to content

Commit f2d29eb

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

6 files changed

Lines changed: 888 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 32 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ dynify = "0.1.2"
140140
futures-channel = "0.3.31"
141141
aligned-vec = "0.6.4"
142142
temp-env = "0.3.6"
143+
data-encoding = "2.10.0"
144+
data-encoding-macro = "0.1.19"
143145

144146
# ICU4X
145147

core/engine/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ either = { workspace = true, optional = true }
136136
static_assertions.workspace = true
137137
futures-channel.workspace = true
138138
aligned-vec.workspace = true
139+
data-encoding.workspace = true
140+
data-encoding-macro.workspace = true
139141

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

0 commit comments

Comments
 (0)