@raviqqe/stak 0.11.8 → 0.11.9

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.11.8",
5
+ "version": "0.11.9",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/stak_wasm.js CHANGED
@@ -363,7 +363,7 @@ function __wbg_get_imports() {
363
363
  const ret = arg0.queueMicrotask;
364
364
  return ret;
365
365
  };
366
- imports.wbg.__wbg_readstdin_1bb6d648b14321df = function() {
366
+ imports.wbg.__wbg_readstdin_397badeaadecad8a = function() {
367
367
  const ret = read_stdin();
368
368
  return ret;
369
369
  };
@@ -395,11 +395,11 @@ function __wbg_get_imports() {
395
395
  const ret = arg0.then(arg1, arg2);
396
396
  return ret;
397
397
  };
398
- imports.wbg.__wbg_writestderr_4b8700223b35421b = function(arg0) {
398
+ imports.wbg.__wbg_writestderr_89ebdcb15680582e = function(arg0) {
399
399
  const ret = write_stderr(arg0);
400
400
  return ret;
401
401
  };
402
- imports.wbg.__wbg_writestdout_4c1a549e3e20482e = function(arg0) {
402
+ imports.wbg.__wbg_writestdout_05ad3300bf790c89 = function(arg0) {
403
403
  const ret = write_stdout(arg0);
404
404
  return ret;
405
405
  };
package/stak_wasm_bg.wasm CHANGED
Binary file