Skip to content

Commit 19c39f4

Browse files
committed
0.56.0
1 parent 432c2c9 commit 19c39f4

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.55.0"
3+
version = "0.56.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: 134f033df83196e5d52d98a8fb9172f981c78449
4+
// source-hash: a80903a1a81197e9be102550cff28490b46e1137
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__hf367ac55be355bd7(
205+
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6e1eb8756be5b45f(
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__hc0154314c9f3844a(
264+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h946baa51dd5395e1(
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_322c9c048bc6c1ad: function (arg0, arg1) {
293+
__wbg_warn_ac17122e829290fe: 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_wrapper978: function (arg0, arg1, arg2) {
396-
const ret = makeMutClosure(arg0, arg1, 180, __wbg_adapter_16);
395+
__wbindgen_closure_wrapper931: function (arg0, arg1, arg2) {
396+
const ret = makeMutClosure(arg0, arg1, 179, __wbg_adapter_16);
397397
return addHeapObject(ret);
398398
},
399399
},

lib/deno_doc_bg.wasm

1.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)