swls-wasm 0.3.0 → 0.3.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/swls_wasm_bg.js +1 -1
- package/swls_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/swls_wasm_bg.js
CHANGED
|
@@ -132,7 +132,7 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
|
132
132
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
|
-
export function
|
|
135
|
+
export function __wbg_fetch_8e155876ef1ec371() { return handleError(function (arg0, arg1) {
|
|
136
136
|
const ret = fetch(arg0, arg1);
|
|
137
137
|
return ret;
|
|
138
138
|
}, arguments); }
|
package/swls_wasm_bg.wasm
CHANGED
|
Binary file
|