@raviqqe/stak 0.10.22 → 0.10.24

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/README.md CHANGED
@@ -11,7 +11,7 @@ The miniature, embeddable R7RS Scheme implementation in Rust
11
11
  Stak Scheme aims to be:
12
12
 
13
13
  - An embeddable Scheme interpreter for Rust with very small memory footprint and reasonable performance
14
- - Its virtual machine (VM) is written in only 1.4 KLOC in Rust.
14
+ - Its virtual machine (VM) is written in only 1.5 KLOC in Rust.
15
15
  - The minimal implementation of [the R7RS-small standard][r7rs-small]
16
16
  - A subset of [Chibi Scheme](https://github.com/ashinn/chibi-scheme), [Gauche](https://github.com/shirok/Gauche), and [Guile](https://www.gnu.org/software/guile/)
17
17
  - A portable scripting environment that supports even no-`std` and no-`alloc` platforms
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.10.22",
5
+ "version": "0.10.24",
6
6
  "license": "SEE LICENSE IN ../LICENSE",
7
7
  "repository": {
8
8
  "type": "git",
package/stak_wasm.js CHANGED
@@ -361,7 +361,7 @@ function __wbg_get_imports() {
361
361
  const ret = arg0.queueMicrotask;
362
362
  return ret;
363
363
  };
364
- imports.wbg.__wbg_readstdin_a7dca812a8d45ae4 = function() {
364
+ imports.wbg.__wbg_readstdin_265b9163080b8f9f = function() {
365
365
  const ret = read_stdin();
366
366
  return ret;
367
367
  };
@@ -393,11 +393,11 @@ function __wbg_get_imports() {
393
393
  const ret = arg0.then(arg1, arg2);
394
394
  return ret;
395
395
  };
396
- imports.wbg.__wbg_writestderr_69d7a9fbc997f5ab = function(arg0) {
396
+ imports.wbg.__wbg_writestderr_0e0a8d1d9031a72f = function(arg0) {
397
397
  const ret = write_stderr(arg0);
398
398
  return ret;
399
399
  };
400
- imports.wbg.__wbg_writestdout_d1c916cfe2ea3c96 = function(arg0) {
400
+ imports.wbg.__wbg_writestdout_09059ecfd95a32cc = function(arg0) {
401
401
  const ret = write_stdout(arg0);
402
402
  return ret;
403
403
  };
@@ -410,7 +410,7 @@ function __wbg_get_imports() {
410
410
  const ret = false;
411
411
  return ret;
412
412
  };
413
- imports.wbg.__wbindgen_closure_wrapper84 = function(arg0, arg1, arg2) {
413
+ imports.wbg.__wbindgen_closure_wrapper82 = function(arg0, arg1, arg2) {
414
414
  const ret = makeMutClosure(arg0, arg1, 25, __wbg_adapter_24);
415
415
  return ret;
416
416
  };
package/stak_wasm_bg.wasm CHANGED
Binary file