Commit cacf243
authored
xet-uploads: re-compile xet wasm with fix for compute_file_hash function (#1736)
Updates the wasm used by the xet upload portion of the library to
include latest fixes to compute_file_hash function to process large
files correctly.
Also update the build-xet-wasm.sh script to (either can be reverted just
comment below)
- work on macos (base64 command requires `-i` flag on macos)
- adds to the comment at the top of the `chunker_wasm_bg.wasm.base64.ts`
to include some information about when the file was created and with
what parameters.
WASM binary is 99KB1 parent 402c323 commit cacf243
File tree
2 files changed
+1377
-1675
lines changed- packages/hub
- scripts
- src/vendor/xet-chunk
2 files changed
+1377
-1675
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
225 | 235 | | |
226 | 236 | | |
227 | 237 | | |
228 | | - | |
| 238 | + | |
229 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
230 | 246 | | |
231 | | - | |
| 247 | + | |
232 | 248 | | |
233 | | - | |
| 249 | + | |
234 | 250 | | |
235 | 251 | | |
236 | 252 | | |
| |||
0 commit comments