automerge / automerge-swift

Swift language bindings presenting Automerge
https://automerge.org/automerge-swift/documentation/automerge/
MIT License
216 stars 11 forks source link

adding explicit rebuild flow to WASM/WASI testing flow on Linux #185

Closed heckj closed 4 weeks ago

heckj commented 4 weeks ago

This script is strictly for CI usage to support pull requests that update the Rust core library. The headers need to be regenerated for the WASI build explicitly, which is part of the release process for general purposes, but may need an explicit one-off to correctly test a local build in CI.

ref: #183