@raviqqe/stak 0.10.3 → 0.10.5

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
@@ -188,7 +188,6 @@ Although Stak Scheme's minimality comes at the cost of speed, it is very fast at
188
188
 
189
189
  This means that Stak Scheme is suitable for embedding many small pieces of Scheme programs in Rust due to its tiny overhead on program initialization.
190
190
 
191
- - Baseline: Python 3.12
192
191
  - Environment: Ubuntu 24.04, x86-64
193
192
 
194
193
  | Benchmark | Stak (full [^2]) | Lua 5.4 |
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.3",
5
+ "version": "0.10.5",
6
6
  "license": "SEE LICENSE IN ../LICENSE",
7
7
  "repository": {
8
8
  "type": "git",
package/stak_wasm_bg.wasm CHANGED
Binary file