@spikard/wasm 0.6.1 → 0.6.2

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.
@@ -5,7 +5,7 @@
5
5
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for Spikard HTTP framework via wasm-bindgen",
8
- "version": "0.6.1",
8
+ "version": "0.6.2",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
Binary file
@@ -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.6.1",
7
+ "version": "0.6.2",
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_4297(arg0, arg1, arg2, arg3) {
235
235
  wasm.__wasm_bindgen_func_elem_4297(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
236
236
  }
Binary file
@@ -13,10 +13,10 @@ export const testclient_post: (a: number, b: number, c: number, d: number) => nu
13
13
  export const testclient_put: (a: number, b: number, c: number, d: number) => number;
14
14
  export const testclient_trace: (a: number, b: number, c: number, d: number) => number;
15
15
  export const init: () => void;
16
- export const __wasm_bindgen_func_elem_641: (a: number, b: number, c: number) => void;
17
- export const __wasm_bindgen_func_elem_640: (a: number, b: number) => void;
18
16
  export const __wasm_bindgen_func_elem_405: (a: number, b: number) => void;
19
17
  export const __wasm_bindgen_func_elem_404: (a: number, b: number) => void;
18
+ export const __wasm_bindgen_func_elem_641: (a: number, b: number, c: number) => void;
19
+ export const __wasm_bindgen_func_elem_640: (a: number, b: number) => void;
20
20
  export const __wasm_bindgen_func_elem_4297: (a: number, b: number, c: number, d: number) => void;
21
21
  export const __wbindgen_export: (a: number, b: number) => number;
22
22
  export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
@@ -5,7 +5,7 @@
5
5
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for Spikard HTTP framework via wasm-bindgen",
8
- "version": "0.6.1",
8
+ "version": "0.6.2",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spikard/wasm",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "WebAssembly bindings for spikard - High-performance HTTP framework",
5
5
  "main": "dist-bundler/spikard_wasm.js",
6
6
  "types": "dist-bundler/spikard_wasm.d.ts",