libchai 0.1.4 → 0.1.5
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/chai.js +7 -0
- package/chai_bg.wasm +0 -0
- package/package.json +1 -1
package/chai.js
CHANGED
|
@@ -406,6 +406,13 @@ function __wbg_get_imports() {
|
|
|
406
406
|
const ret = +getObject(arg0);
|
|
407
407
|
return ret;
|
|
408
408
|
};
|
|
409
|
+
imports.wbg.__wbg_String_389b54bd9d25375f = function(arg0, arg1) {
|
|
410
|
+
const ret = String(getObject(arg1));
|
|
411
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
412
|
+
const len1 = WASM_VECTOR_LEN;
|
|
413
|
+
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
414
|
+
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
415
|
+
};
|
|
409
416
|
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
410
417
|
const ret = arg0;
|
|
411
418
|
return addHeapObject(ret);
|
package/chai_bg.wasm
CHANGED
|
Binary file
|