@spikard/wasm 0.7.5 → 0.8.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/dist/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
5
5
  ],
6
6
  "description": "WebAssembly bindings for Spikard HTTP framework via wasm-bindgen",
7
- "version": "0.7.5",
7
+ "version": "0.8.1",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
@@ -223,14 +223,14 @@ if (!('encodeInto' in cachedTextEncoder)) {
223
223
 
224
224
  let WASM_VECTOR_LEN = 0;
225
225
 
226
- function __wasm_bindgen_func_elem_641(arg0, arg1, arg2) {
227
- wasm.__wasm_bindgen_func_elem_641(arg0, arg1, addHeapObject(arg2));
228
- }
229
-
230
226
  function __wasm_bindgen_func_elem_405(arg0, arg1) {
231
227
  wasm.__wasm_bindgen_func_elem_405(arg0, arg1);
232
228
  }
233
229
 
230
+ function __wasm_bindgen_func_elem_641(arg0, arg1, arg2) {
231
+ wasm.__wasm_bindgen_func_elem_641(arg0, arg1, addHeapObject(arg2));
232
+ }
233
+
234
234
  function __wasm_bindgen_func_elem_4299(arg0, arg1, arg2, arg3) {
235
235
  wasm.__wasm_bindgen_func_elem_4299(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
236
236
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spikard/wasm",
3
- "version": "0.7.5",
3
+ "version": "0.8.1",
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",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "fflate": "^0.8.2",
73
- "zod": "^4.2.1"
73
+ "zod": "^4.3.2"
74
74
  },
75
75
  "engines": {
76
76
  "node": ">=18"