swls-wasm 0.3.2 → 0.3.3
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/swls_wasm.js +2 -2
- package/swls_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/swls_wasm.js
CHANGED
|
@@ -143,7 +143,7 @@ function __wbg_get_imports() {
|
|
|
143
143
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
|
-
|
|
146
|
+
__wbg_fetch_bf761a5724a2d920: function() { return handleError(function (arg0, arg1) {
|
|
147
147
|
const ret = fetch(arg0, arg1);
|
|
148
148
|
return ret;
|
|
149
149
|
}, arguments); },
|
|
@@ -329,7 +329,7 @@ function __wbg_get_imports() {
|
|
|
329
329
|
return ret;
|
|
330
330
|
},
|
|
331
331
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
332
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
332
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 4974, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
333
333
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h5d8169a9c6a0716a);
|
|
334
334
|
return ret;
|
|
335
335
|
},
|
package/swls_wasm_bg.wasm
CHANGED
|
Binary file
|