@raviqqe/stak 0.12.25 → 0.12.26
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
|
@@ -412,7 +412,7 @@ function __wbg_get_imports() {
|
|
|
412
412
|
imports.wbg.__wbg_queueMicrotask_9d76cacb20c84d58 = function(arg0) {
|
|
413
413
|
queueMicrotask(arg0);
|
|
414
414
|
};
|
|
415
|
-
imports.wbg.
|
|
415
|
+
imports.wbg.__wbg_read_stdin_1aedb83ee0c9ff6f = function() {
|
|
416
416
|
const ret = read_stdin();
|
|
417
417
|
return ret;
|
|
418
418
|
};
|
|
@@ -444,11 +444,11 @@ function __wbg_get_imports() {
|
|
|
444
444
|
const ret = arg0.then(arg1, arg2);
|
|
445
445
|
return ret;
|
|
446
446
|
};
|
|
447
|
-
imports.wbg.
|
|
447
|
+
imports.wbg.__wbg_write_stderr_469d87f31ce6ad1b = function(arg0) {
|
|
448
448
|
const ret = write_stderr(arg0);
|
|
449
449
|
return ret;
|
|
450
450
|
};
|
|
451
|
-
imports.wbg.
|
|
451
|
+
imports.wbg.__wbg_write_stdout_908a5a819f9405a0 = function(arg0) {
|
|
452
452
|
const ret = write_stdout(arg0);
|
|
453
453
|
return ret;
|
|
454
454
|
};
|
package/stak_wasm_bg.wasm
CHANGED
|
Binary file
|