Skip to content

Commit

Permalink
0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Jan 23, 2023
1 parent 8c474ab commit 23c8999
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_graph"
version = "0.41.0"
version = "0.42.0"
edition = "2021"
description = "module graph analysis for deno"
homepage = "https://deno.land/"
Expand Down
8 changes: 4 additions & 4 deletions lib/deno_graph.generated.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @generated file from wasmbuild -- do not edit
// deno-lint-ignore-file
// deno-fmt-ignore-file
// source-hash: 0f28a4f2f624fbef067048830566e855129ba947
// source-hash: eed9bc1f6b8cec0aff3b43929323e7ca50b2a34c
let wasm;

const heap = new Array(32).fill(undefined);
Expand Down Expand Up @@ -226,7 +226,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
}
function __wbg_adapter_48(arg0, arg1, arg2) {
wasm
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82f3c0bf02b5a709(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1a90e9f34003fc6a(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -383,7 +383,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_122(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__he8fb79358592df46(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h52a20cd0db124777(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -946,7 +946,7 @@ const imports = {
const ret = wasm.memory;
return addHeapObject(ret);
},
__wbindgen_closure_wrapper1346: function (arg0, arg1, arg2) {
__wbindgen_closure_wrapper1305: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 191, __wbg_adapter_48);
return addHeapObject(ret);
},
Expand Down
Binary file modified lib/deno_graph_bg.wasm
Binary file not shown.

0 comments on commit 23c8999

Please sign in to comment.