@raviqqe/stak 0.12.0 → 0.12.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/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
|
@@ -362,7 +362,7 @@ function __wbg_get_imports() {
|
|
|
362
362
|
const ret = arg0.queueMicrotask;
|
|
363
363
|
return ret;
|
|
364
364
|
};
|
|
365
|
-
imports.wbg.
|
|
365
|
+
imports.wbg.__wbg_readstdin_0be460b46d3bbfd9 = function() {
|
|
366
366
|
const ret = read_stdin();
|
|
367
367
|
return ret;
|
|
368
368
|
};
|
|
@@ -394,11 +394,11 @@ function __wbg_get_imports() {
|
|
|
394
394
|
const ret = arg0.then(arg1, arg2);
|
|
395
395
|
return ret;
|
|
396
396
|
};
|
|
397
|
-
imports.wbg.
|
|
397
|
+
imports.wbg.__wbg_writestderr_1fbdefab7867c61b = function(arg0) {
|
|
398
398
|
const ret = write_stderr(arg0);
|
|
399
399
|
return ret;
|
|
400
400
|
};
|
|
401
|
-
imports.wbg.
|
|
401
|
+
imports.wbg.__wbg_writestdout_f917e0ba7ef0c671 = function(arg0) {
|
|
402
402
|
const ret = write_stdout(arg0);
|
|
403
403
|
return ret;
|
|
404
404
|
};
|
|
@@ -411,7 +411,7 @@ function __wbg_get_imports() {
|
|
|
411
411
|
const ret = false;
|
|
412
412
|
return ret;
|
|
413
413
|
};
|
|
414
|
-
imports.wbg.
|
|
414
|
+
imports.wbg.__wbindgen_closure_wrapper94 = function(arg0, arg1, arg2) {
|
|
415
415
|
const ret = makeMutClosure(arg0, arg1, 26, __wbg_adapter_24);
|
|
416
416
|
return ret;
|
|
417
417
|
};
|
package/stak_wasm_bg.wasm
CHANGED
|
Binary file
|