Skip to content

Commit

Permalink
0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Aug 29, 2022
1 parent 19e29f3 commit d314f4b
Show file tree
Hide file tree
Showing 4 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_doc"
version = "0.43.0"
version = "0.44.0"
edition = "2021"
description = "doc generation for deno"
authors = ["the Deno authors"]
Expand Down
12 changes: 6 additions & 6 deletions lib/deno_doc.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: 4d47628fd68d2caa1e903a9110cdfb4aec40ef84
// source-hash: 01379fa6799c3f8045be23f11d150bd1a61afd34
let wasm;

const cachedTextDecoder = new TextDecoder("utf-8", {
Expand Down Expand Up @@ -202,7 +202,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
}
function __wbg_adapter_16(arg0, arg1, arg2) {
wasm
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h69d959143c0b702a(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8091b05a54ab9839(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -261,7 +261,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_32(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h801a64a954dbf521(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h56f37f5c08a772aa(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -290,7 +290,7 @@ const imports = {
__wbindgen_object_drop_ref: function (arg0) {
takeObject(arg0);
},
__wbg_warn_c63ebb0d9e49c6e0: function (arg0, arg1) {
__wbg_warn_8876347d7fd0a679: function (arg0, arg1) {
console.warn(getStringFromWasm0(arg0, arg1));
},
__wbindgen_string_new: function (arg0, arg1) {
Expand Down Expand Up @@ -392,8 +392,8 @@ const imports = {
__wbindgen_throw: function (arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
},
__wbindgen_closure_wrapper1069: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 202, __wbg_adapter_16);
__wbindgen_closure_wrapper1021: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 201, __wbg_adapter_16);
return addHeapObject(ret);
},
},
Expand Down
Binary file modified lib/deno_doc_bg.wasm
Binary file not shown.

0 comments on commit d314f4b

Please sign in to comment.