Releases: shareup/cwasm3
Releases · shareup/cwasm3
v0.5.3
v0.5.2
This pull request adds the ability to generate optimized XCFrameworks from CWasm3, which can be used in place of adding the CWasm3 package as a dependency.
To use the XCFramework, copy the URL to CWasm3-X.X.X.xcframework.zip
from the release of CWasm3 you want to consume. Also, copy the related checksum from the release. Add the following to your Swift package's targets
array:
.binaryTarget(
name: "CWasm3",
url: "URL",
checksum: "CHECKSUM"
)
v0.5.1
v0.5.0
v0.4.10
v0.4.9
- Update to Wasm3 v0.4.9.
- Update to Swift 5.3
- Support app extensions
v0.4.8
Update to Wasm3 0.4.8.
v0.4.7
Corresponds to Wasm3 v0.4.7.