Skip to content

Commit 8ec795b

Browse files
committed
0.45.0
1 parent 61083f6 commit 8ec795b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.44.0"
3+
version = "0.45.0"
44
edition = "2021"
55
description = "doc generation for deno"
66
authors = ["the Deno authors"]

lib/deno_doc.generated.js

Lines changed: 5 additions & 5 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: 542d4870fcaecb60238ddc1d1d9253a9950ee22b
4+
// source-hash: 14435396bf8789b2c7a9e842e449b5d53bfcbef2
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__h5728cff2ef7dc696(
205+
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h609a4cfd31c5dcf8(
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__hd6314b710ba0d06d(
264+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2df364ad525ab5d1(
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_8876347d7fd0a679: function (arg0, arg1) {
293+
__wbg_warn_f6f6e09f67da1ccc: function (arg0, arg1) {
294294
console.warn(getStringFromWasm0(arg0, arg1));
295295
},
296296
__wbindgen_string_new: function (arg0, arg1) {
@@ -392,7 +392,7 @@ const imports = {
392392
__wbindgen_throw: function (arg0, arg1) {
393393
throw new Error(getStringFromWasm0(arg0, arg1));
394394
},
395-
__wbindgen_closure_wrapper1067: function (arg0, arg1, arg2) {
395+
__wbindgen_closure_wrapper1017: function (arg0, arg1, arg2) {
396396
const ret = makeMutClosure(arg0, arg1, 200, __wbg_adapter_16);
397397
return addHeapObject(ret);
398398
},

lib/deno_doc_bg.wasm

-3.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)