@raviqqe/stak 0.12.0 → 0.12.1

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.0",
5
+ "version": "0.12.1",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
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.__wbg_readstdin_2d4ededd0b11be0d = function() {
365
+ imports.wbg.__wbg_readstdin_0be460b46d3bbfd9 = 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.__wbg_writestderr_53cb485e8dfee086 = function(arg0) {
397
+ imports.wbg.__wbg_writestderr_1fbdefab7867c61b = function(arg0) {
398
398
  const ret = write_stderr(arg0);
399
399
  return ret;
400
400
  };
401
- imports.wbg.__wbg_writestdout_017601bf5d742a3e = function(arg0) {
401
+ imports.wbg.__wbg_writestdout_f917e0ba7ef0c671 = function(arg0) {
402
402
  const ret = write_stdout(arg0);
403
403
  return ret;
404
404
  };
@@ -411,7 +411,7 @@ function __wbg_get_imports() {
411
411
  const ret = false;
412
412
  return ret;
413
413
  };
414
- imports.wbg.__wbindgen_closure_wrapper95 = function(arg0, arg1, arg2) {
414
+ imports.wbg.__wbindgen_closure_wrapper94 = function(arg0, arg1, arg2) {
415
415
  const ret = makeMutClosure(arg0, arg1, 26, __wbg_adapter_24);
416
416
  return ret;
417
417
  };
package/stak_wasm_bg.wasm CHANGED
Binary file