We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d406b1 commit 60b920dCopy full SHA for 60b920d
packages/hub/scripts/build-xet-wasm.sh
@@ -229,8 +229,8 @@ echo "export const wasmBase64 = atob(\`" >> "./src/vendor/xet-chunk/chunker_wasm
229
base64 "$CLONE_DIR/$PACKAGE/pkg/hf_xet_thin_wasm_bg.wasm" | fold -w 100 >> "./src/vendor/xet-chunk/chunker_wasm_bg.wasm.base64.ts"
230
cat << 'EOF' >> "./src/vendor/xet-chunk/chunker_wasm_bg.wasm.base64.ts"
231
`)
232
- .trim()
233
- .replaceAll("\n", "");
+ .trim()
+ .replaceAll("\n", "");
234
const wasmBinary = new Uint8Array(wasmBase64.length);
235
for (let i = 0; i < wasmBase64.length; i++) {
236
wasmBinary[i] = wasmBase64.charCodeAt(i);
0 commit comments