@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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@raviqqe/stak",
3
3
  "type": "module",
4
4
  "description": "Stak Scheme in WebAssembly",
5
- "version": "0.12.25",
5
+ "version": "0.12.26",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
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.__wbg_read_stdin_b7ccc5e182f29068 = function() {
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.__wbg_write_stderr_ef9ca56255253c3e = function(arg0) {
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.__wbg_write_stdout_3809bb49cab2152c = function(arg0) {
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