automerge / automerge-swift

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

update release process to include WebAssembly #94

Closed heckj closed 5 months ago

heckj commented 5 months ago

Update the release process (and hosting) to build the WebAssembly archive of libuniffi_automerge.a and store it alongside the XCFramework binary target.

cargo build --manifest-path $AUTOMERGE_SWIFT_SOURCE_DIR/rust/Cargo.toml --target wasm32-wasi --release

example repo: https://github.com/kateinoigakukun/automerge-swift-wasm/tree/main

Follow up to #92