@yodaos-pkg/ink 0.12.0 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pkg/ink_web.js +3 -3
- package/pkg/ink_web_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/ink_web.js
CHANGED
|
@@ -1273,17 +1273,17 @@ function __wbg_get_imports() {
|
|
|
1273
1273
|
return ret;
|
|
1274
1274
|
},
|
|
1275
1275
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1276
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 2719, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
1276
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2719, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 2711, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1277
1277
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_10267, __wasm_bindgen_func_elem_10386);
|
|
1278
1278
|
return addHeapObject(ret);
|
|
1279
1279
|
},
|
|
1280
1280
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1281
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 2719, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
1281
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2719, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2711, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1282
1282
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_10267, __wasm_bindgen_func_elem_10386);
|
|
1283
1283
|
return addHeapObject(ret);
|
|
1284
1284
|
},
|
|
1285
1285
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1286
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 2719, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
1286
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2719, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 2711, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1287
1287
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_10267, __wasm_bindgen_func_elem_10386);
|
|
1288
1288
|
return addHeapObject(ret);
|
|
1289
1289
|
},
|
package/pkg/ink_web_bg.wasm
CHANGED
|
Binary file
|