Skip to content

Commit

Permalink
build: ⬆️ Update lz4 version in output wasm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Jul 14, 2020
1 parent 9136581 commit ed28369
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ log(
);

log("inlining wasm in js");
const source = `import * as lz4 from "https://deno.land/x/lz4@v0.1.1/mod.ts";
const source = `import * as lz4 from "https://deno.land/x/lz4@v0.1.2/mod.ts";
export const source = lz4.decompress(Uint8Array.from(atob("${encoded}"), c => c.charCodeAt(0)));`;

const init = await Deno.readTextFile(`pkg/${name}.js`);
Expand Down
2 changes: 1 addition & 1 deletion wasm.js

Large diffs are not rendered by default.

0 comments on commit ed28369

Please sign in to comment.