Skip to content

Commit

Permalink
0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Aug 29, 2022
1 parent 2359d54 commit 20fda23
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.32.0"
version = "0.33.0"
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: c41d14ad6108ac3ab54417ed58ead02e4c283b10
// source-hash: fd92f327c9234dd4f5b43baddf618b015832610d
let wasm;

import * as import0 from "./snippets/deno_graph-a875134ed00b7313/src/deno_apis.js";
import * as import0 from "./snippets/deno_graph-7a7f256ae228f39e/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__h263bf51cda6c7ad5(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3dc0de86f581dd9a(
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__h1062d3eae72c216f(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h042a4ccb37a0ef92(
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_wrapper1857: function (arg0, arg1, arg2) {
__wbindgen_closure_wrapper1856: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_20);
return addHeapObject(ret);
},
},
"./snippets/deno_graph-a875134ed00b7313/src/deno_apis.js": import0,
"./snippets/deno_graph-7a7f256ae228f39e/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 20fda23

Please sign in to comment.