diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2020-09-22 23:03:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-22 23:03:11 +0200 |
| commit | cf0c49191e9be862027f74f39318a3479fce3ba2 (patch) | |
| tree | c858fbf7c0bc44444d5a0839ef25bada5557521c /std/hash/_wasm/build.ts | |
| parent | f601721851bdd64ee5b40bd3d408df063691b425 (diff) | |
chore(std/hash): update crates (#7631)
Diffstat (limited to 'std/hash/_wasm/build.ts')
| -rw-r--r-- | std/hash/_wasm/build.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/hash/_wasm/build.ts b/std/hash/_wasm/build.ts index eaa6a21dd..b269372e4 100644 --- a/std/hash/_wasm/build.ts +++ b/std/hash/_wasm/build.ts @@ -34,6 +34,7 @@ async function generate(wasm: string, output: string): Promise<void> { const denoHashScript = "/* eslint-disable */\n" + "//deno-fmt-ignore-file\n" + + "//deno-lint-ignore-file\n" + `import * as base64 from "../../encoding/base64.ts";` + `export const source = base64.decode("${wasm}");` + initScript; |
