@raviqqe/stak 0.10.35 → 0.10.37
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/package.json +1 -1
- package/stak_wasm.js +4 -4
- package/stak_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/stak_wasm.js
CHANGED
|
@@ -361,7 +361,7 @@ function __wbg_get_imports() {
|
|
|
361
361
|
const ret = arg0.queueMicrotask;
|
|
362
362
|
return ret;
|
|
363
363
|
};
|
|
364
|
-
imports.wbg.
|
|
364
|
+
imports.wbg.__wbg_readstdin_cf6570d105fcbb6b = function() {
|
|
365
365
|
const ret = read_stdin();
|
|
366
366
|
return ret;
|
|
367
367
|
};
|
|
@@ -393,11 +393,11 @@ function __wbg_get_imports() {
|
|
|
393
393
|
const ret = arg0.then(arg1, arg2);
|
|
394
394
|
return ret;
|
|
395
395
|
};
|
|
396
|
-
imports.wbg.
|
|
396
|
+
imports.wbg.__wbg_writestderr_67c6d6de36cd875c = function(arg0) {
|
|
397
397
|
const ret = write_stderr(arg0);
|
|
398
398
|
return ret;
|
|
399
399
|
};
|
|
400
|
-
imports.wbg.
|
|
400
|
+
imports.wbg.__wbg_writestdout_b417b4bf22735dcb = function(arg0) {
|
|
401
401
|
const ret = write_stdout(arg0);
|
|
402
402
|
return ret;
|
|
403
403
|
};
|
|
@@ -410,7 +410,7 @@ function __wbg_get_imports() {
|
|
|
410
410
|
const ret = false;
|
|
411
411
|
return ret;
|
|
412
412
|
};
|
|
413
|
-
imports.wbg.
|
|
413
|
+
imports.wbg.__wbindgen_closure_wrapper83 = function(arg0, arg1, arg2) {
|
|
414
414
|
const ret = makeMutClosure(arg0, arg1, 34, __wbg_adapter_24);
|
|
415
415
|
return ret;
|
|
416
416
|
};
|
package/stak_wasm_bg.wasm
CHANGED
|
Binary file
|