@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.
- package/dist-bundler/package.json +1 -1
- package/dist-bundler/spikard_wasm_bg.wasm +0 -0
- package/dist-node/package.json +1 -1
- package/dist-node/spikard_wasm.js +4 -4
- package/dist-node/spikard_wasm_bg.wasm +0 -0
- package/dist-node/spikard_wasm_bg.wasm.d.ts +2 -2
- package/dist-web/package.json +1 -1
- package/dist-web/spikard_wasm_bg.wasm +0 -0
- package/package.json +1 -1
|
Binary file
|
package/dist-node/package.json
CHANGED
|
@@ -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;
|
package/dist-web/package.json
CHANGED
|
Binary file
|
package/package.json
CHANGED