packages feed

jsaddle-wasm-0.1.1.0: CHANGELOG.md

# Revision history for jsaddle-wasm

## 0.1.1.0 -- 2025-05-01

 * Bug fix: make GHCJS helpers globally available.

   This bug manifested itself in error messages like
   ```
   TypeError: jsaddle_values.get(...) is undefined
   ```
   when calling certain JSaddle functions like `jsTypeOf` or `createFromArrayBuffer`.

## 0.1.0.0 -- 2025-03-06

 * Add support for synchronous callbacks (when using `run`, but not `runWorker`) using the new synchronous Wasm JSFFI exports feature.
   Correspondingly, jsaddle-wasm requires a GHC with support for that feature; please use older versions of this library if you can not yet upgrade.

## 0.0.1.0 -- 2024-10-26

 * Added `runWorker` and `jsaddleScript` for running JSaddle and WASM logic in different execution environments. See the README for details on how to use this.

## 0.0.0.0 -- 2024-10-20

 * First version.