Skip to content

Commit

Permalink
0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Oct 24, 2022
1 parent 4a1e910 commit 7774ddc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.37.0"
version = "0.37.1"
edition = "2021"
description = "module graph analysis for deno"
homepage = "https://deno.land/"
Expand Down
12 changes: 6 additions & 6 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: 8f8ebf7dd69b3fc3bf78160837a8fa8b392a02f1
// source-hash: aa25817dd3932104c7bfa0465b308bd37d42911d
let wasm;

import * as import0 from "./snippets/deno_graph-d0606336e35f9940/src/deno_apis.js";
import * as import0 from "./snippets/deno_graph-03058c6977d5ab9f/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__hf6f7add4a60e0cb3(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__headbbac95d682cf7(
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__h697d1f893001fb37(
wasm.wasm_bindgen__convert__closures__invoke2_mut__hd8e3bbd737cb4e88(
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_wrapper1864: function (arg0, arg1, arg2) {
__wbindgen_closure_wrapper1866: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_20);
return addHeapObject(ret);
},
},
"./snippets/deno_graph-d0606336e35f9940/src/deno_apis.js": import0,
"./snippets/deno_graph-03058c6977d5ab9f/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 7774ddc

Please sign in to comment.