Skip to content

Commit d314f4b

Browse files
committed
0.44.0
1 parent 19e29f3 commit d314f4b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deno_doc"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
edition = "2021"
55
description = "doc generation for deno"
66
authors = ["the Deno authors"]

lib/deno_doc.generated.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @generated file from wasmbuild -- do not edit
22
// deno-lint-ignore-file
33
// deno-fmt-ignore-file
4-
// source-hash: 4d47628fd68d2caa1e903a9110cdfb4aec40ef84
4+
// source-hash: 01379fa6799c3f8045be23f11d150bd1a61afd34
55
let wasm;
66

77
const cachedTextDecoder = new TextDecoder("utf-8", {
@@ -202,7 +202,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
202202
}
203203
function __wbg_adapter_16(arg0, arg1, arg2) {
204204
wasm
205-
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h69d959143c0b702a(
205+
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8091b05a54ab9839(
206206
arg0,
207207
arg1,
208208
addHeapObject(arg2),
@@ -261,7 +261,7 @@ function handleError(f, args) {
261261
}
262262
}
263263
function __wbg_adapter_32(arg0, arg1, arg2, arg3) {
264-
wasm.wasm_bindgen__convert__closures__invoke2_mut__h801a64a954dbf521(
264+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h56f37f5c08a772aa(
265265
arg0,
266266
arg1,
267267
addHeapObject(arg2),
@@ -290,7 +290,7 @@ const imports = {
290290
__wbindgen_object_drop_ref: function (arg0) {
291291
takeObject(arg0);
292292
},
293-
__wbg_warn_c63ebb0d9e49c6e0: function (arg0, arg1) {
293+
__wbg_warn_8876347d7fd0a679: function (arg0, arg1) {
294294
console.warn(getStringFromWasm0(arg0, arg1));
295295
},
296296
__wbindgen_string_new: function (arg0, arg1) {
@@ -392,8 +392,8 @@ const imports = {
392392
__wbindgen_throw: function (arg0, arg1) {
393393
throw new Error(getStringFromWasm0(arg0, arg1));
394394
},
395-
__wbindgen_closure_wrapper1069: function (arg0, arg1, arg2) {
396-
const ret = makeMutClosure(arg0, arg1, 202, __wbg_adapter_16);
395+
__wbindgen_closure_wrapper1021: function (arg0, arg1, arg2) {
396+
const ret = makeMutClosure(arg0, arg1, 201, __wbg_adapter_16);
397397
return addHeapObject(ret);
398398
},
399399
},

lib/deno_doc_bg.wasm

-6.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)