@raviqqe/stak 0.10.39 → 0.10.40

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Yota Toyama, Samuel Yvon, Léonard Oest O'Leary, Mathis Laroche, Marc Feeley, Alex Shinn, the R7RS authors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
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.39",
5
+ "version": "0.10.40",
6
6
  "license": "SEE LICENSE IN ../LICENSE",
7
7
  "repository": {
8
8
  "type": "git",
@@ -26,4 +26,4 @@
26
26
  "publishConfig": {
27
27
  "provenance": true
28
28
  }
29
- }
29
+ }
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_d9868d7d4b383b4b = function() {
364
+ imports.wbg.__wbg_readstdin_c669ad030ed9f1a0 = 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_cff2d5931c77c7c3 = function(arg0) {
396
+ imports.wbg.__wbg_writestderr_cc8152431eadb67d = function(arg0) {
397
397
  const ret = write_stderr(arg0);
398
398
  return ret;
399
399
  };
400
- imports.wbg.__wbg_writestdout_131615bd703b17bb = function(arg0) {
400
+ imports.wbg.__wbg_writestdout_40858c8d7f600fb9 = function(arg0) {
401
401
  const ret = write_stdout(arg0);
402
402
  return ret;
403
403
  };
package/stak_wasm_bg.wasm CHANGED
Binary file