@raviqqe/stak 0.10.18 → 0.10.19

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
@@ -163,7 +163,7 @@ fn run_scheme(module: &UniversalModule) -> Result<(), EngineError> {
163
163
  let mut engine = Engine::new(&mut heap, &mut functions)?;
164
164
 
165
165
  // Finally, run the module!
166
- engine.run(module)
166
+ engine.run_sync(module)
167
167
  }
168
168
  ```
169
169
 
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.18",
5
+ "version": "0.10.19",
6
6
  "license": "SEE LICENSE IN ../LICENSE",
7
7
  "repository": {
8
8
  "type": "git",
package/stak_wasm_bg.wasm CHANGED
Binary file