@spikard/wasm 0.8.2 → 0.9.0
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/dist/package.json +1 -1
- package/dist/spikard_wasm.js +7 -7
- package/dist/spikard_wasm_bg.wasm +0 -0
- package/package.json +3 -3
package/dist/package.json
CHANGED
package/dist/spikard_wasm.js
CHANGED
|
@@ -223,16 +223,16 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
223
223
|
|
|
224
224
|
let WASM_VECTOR_LEN = 0;
|
|
225
225
|
|
|
226
|
-
function __wasm_bindgen_func_elem_405(arg0, arg1) {
|
|
227
|
-
wasm.__wasm_bindgen_func_elem_405(arg0, arg1);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
226
|
function __wasm_bindgen_func_elem_641(arg0, arg1, arg2) {
|
|
231
227
|
wasm.__wasm_bindgen_func_elem_641(arg0, arg1, addHeapObject(arg2));
|
|
232
228
|
}
|
|
233
229
|
|
|
234
|
-
function
|
|
235
|
-
wasm.
|
|
230
|
+
function __wasm_bindgen_func_elem_405(arg0, arg1) {
|
|
231
|
+
wasm.__wasm_bindgen_func_elem_405(arg0, arg1);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
function __wasm_bindgen_func_elem_4300(arg0, arg1, arg2, arg3) {
|
|
235
|
+
wasm.__wasm_bindgen_func_elem_4300(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
const TestClientFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -720,7 +720,7 @@ exports.__wbg_new_ff12d2b041fb48f1 = function(arg0, arg1) {
|
|
|
720
720
|
const a = state0.a;
|
|
721
721
|
state0.a = 0;
|
|
722
722
|
try {
|
|
723
|
-
return
|
|
723
|
+
return __wasm_bindgen_func_elem_4300(a, state0.b, arg0, arg1);
|
|
724
724
|
} finally {
|
|
725
725
|
state0.a = a;
|
|
726
726
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spikard/wasm",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Spikard HTTP framework for WebAssembly and edge runtimes with full TypeScript support, targeting browsers, Deno, Cloudflare Workers, and Node.js.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"license": "MIT",
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@biomejs/biome": "^2.3.
|
|
64
|
+
"@biomejs/biome": "^2.3.11",
|
|
65
65
|
"@types/node": "^25.0.3",
|
|
66
66
|
"@vitest/coverage-v8": "^4.0.16",
|
|
67
67
|
"tsup": "^8.5.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"fflate": "^0.8.2",
|
|
73
|
-
"zod": "^4.3.
|
|
73
|
+
"zod": "^4.3.5"
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">=18"
|