@raviqqe/stak 0.12.14 → 0.12.15
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 +3 -3
- 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_d34b300001b58a9f = 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_0fd73538a98127fa = function(arg0) {
|
|
398
398
|
const ret = write_stderr(arg0);
|
|
399
399
|
return ret;
|
|
400
400
|
};
|
|
401
|
-
imports.wbg.
|
|
401
|
+
imports.wbg.__wbg_writestdout_743d841eb6f836ec = function(arg0) {
|
|
402
402
|
const ret = write_stdout(arg0);
|
|
403
403
|
return ret;
|
|
404
404
|
};
|
package/stak_wasm_bg.wasm
CHANGED
|
Binary file
|