Skip to content

Commit

Permalink
0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Oct 7, 2022
1 parent 930964d commit 3c2740b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.35.0"
version = "0.36.0"
edition = "2021"
description = "module graph analysis for deno"
homepage = "https://deno.land/"
Expand Down
14 changes: 7 additions & 7 deletions lib/deno_graph.generated.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// @generated file from wasmbuild -- do not edit
// deno-lint-ignore-file
// deno-fmt-ignore-file
// source-hash: 6b79c913e17f918d88afb0f39aeea050196fd4a1
// source-hash: de9d53b234b3aa9c91404635fbc6557234aa9f78
let wasm;

import * as import0 from "./snippets/deno_graph-899e7c1c02fa3a63/src/deno_apis.js";
import * as import0 from "./snippets/deno_graph-e7387b76deb28049/src/deno_apis.js";

const heap = new Array(32).fill(undefined);

Expand Down Expand Up @@ -204,7 +204,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
}
function __wbg_adapter_20(arg0, arg1, arg2) {
wasm
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h245252d06cc0541a(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha9f31500de28e887(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -388,7 +388,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_69(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__hb4fc040e422ce09c(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h498755d46467d925(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -847,12 +847,12 @@ const imports = {
__wbindgen_throw: function (arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
},
__wbindgen_closure_wrapper1854: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 285, __wbg_adapter_20);
__wbindgen_closure_wrapper1856: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 286, __wbg_adapter_20);
return addHeapObject(ret);
},
},
"./snippets/deno_graph-899e7c1c02fa3a63/src/deno_apis.js": import0,
"./snippets/deno_graph-e7387b76deb28049/src/deno_apis.js": import0,
};

const wasm_url = new URL("deno_graph_bg.wasm", import.meta.url);
Expand Down
Binary file modified lib/deno_graph_bg.wasm
Binary file not shown.

0 comments on commit 3c2740b

Please sign in to comment.