@raviqqe/stak 0.12.3 → 0.12.4

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.3",
5
+ "version": "0.12.4",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/stak_wasm.js CHANGED
@@ -288,7 +288,7 @@ function __wbg_adapter_24(arg0, arg1, arg2) {
288
288
  wasm.closure26_externref_shim(arg0, arg1, arg2);
289
289
  }
290
290
 
291
- function __wbg_adapter_39(arg0, arg1, arg2, arg3) {
291
+ function __wbg_adapter_45(arg0, arg1, arg2, arg3) {
292
292
  wasm.closure50_externref_shim(arg0, arg1, arg2, arg3);
293
293
  }
294
294
 
@@ -341,7 +341,7 @@ function __wbg_get_imports() {
341
341
  const a = state0.a;
342
342
  state0.a = 0;
343
343
  try {
344
- return __wbg_adapter_39(a, state0.b, arg0, arg1);
344
+ return __wbg_adapter_45(a, state0.b, arg0, arg1);
345
345
  } finally {
346
346
  state0.a = a;
347
347
  }
@@ -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_b46260eb504adcc6 = function() {
366
+ imports.wbg.__wbg_readstdin_45412653e760c027 = 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_15a8124165052e0f = function(arg0) {
398
+ imports.wbg.__wbg_writestderr_fa6ec7a9de1fd01c = function(arg0) {
399
399
  const ret = write_stderr(arg0);
400
400
  return ret;
401
401
  };
402
- imports.wbg.__wbg_writestdout_1dec14036273a0ae = function(arg0) {
402
+ imports.wbg.__wbg_writestdout_634067fc0cdf8ad5 = function(arg0) {
403
403
  const ret = write_stdout(arg0);
404
404
  return ret;
405
405
  };
package/stak_wasm_bg.wasm CHANGED
Binary file