Skip to content

Commit db41205

Browse files
fix: wasm allocation issue (#3094)
Fix is included in upstream `@deno/loader` that's used in our esbuild plugin, see denoland/deno-js-loader#22
1 parent 6eeb20c commit db41205

File tree

2 files changed

+91
-14
lines changed

2 files changed

+91
-14
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"imports": {
4444
"@deno/doc": "jsr:@deno/doc@^0.172.0",
45-
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.0.1",
45+
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.1.1",
4646
"@std/cli": "jsr:@std/cli@^1.0.19",
4747
"@std/collections": "jsr:@std/collections@^1.0.11",
4848
"@std/http": "jsr:@std/http@^1.0.15",

deno.lock

Lines changed: 90 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)