swls-wasm 0.2.13-alpha.1 → 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 +9 -4
- package/swls_wasm_bg.js +2 -2
- package/swls_wasm_bg.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swls-wasm",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"collaborators": [
|
|
5
|
-
|
|
4
|
+
"collaborators": [
|
|
5
|
+
"ajuvercr <arthur.vercruysse@outlook.com>"
|
|
6
|
+
],
|
|
7
|
+
"version": "0.3.1",
|
|
6
8
|
"files": [
|
|
7
9
|
"swls_wasm_bg.wasm",
|
|
8
10
|
"swls_wasm.js",
|
|
@@ -11,5 +13,8 @@
|
|
|
11
13
|
],
|
|
12
14
|
"main": "swls_wasm.js",
|
|
13
15
|
"types": "swls_wasm.d.ts",
|
|
14
|
-
"sideEffects": [
|
|
15
|
-
|
|
16
|
+
"sideEffects": [
|
|
17
|
+
"./swls_wasm.js",
|
|
18
|
+
"./snippets/*"
|
|
19
|
+
]
|
|
20
|
+
}
|
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); }
|
|
@@ -322,7 +322,7 @@ export function __wbg_value_ee3a06f4579184fa(arg0) {
|
|
|
322
322
|
return ret;
|
|
323
323
|
}
|
|
324
324
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
325
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
325
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 4882, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
326
326
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h799ee35745318780);
|
|
327
327
|
return ret;
|
|
328
328
|
}
|
package/swls_wasm_bg.wasm
CHANGED
|
Binary file
|