Skip to content

Releases: shareup/cwasm3

v0.5.3

19 Mar 14:51
Compare
Choose a tag to compare

Update .swiftformat

v0.5.2

24 Jul 21:56
d7c9ce5
Compare
Choose a tag to compare

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

09 Jun 20:21
3833552
Compare
Choose a tag to compare

Increase max duplicate function count to 10.

v0.5.0

04 Jun 22:55
1e7c4db
Compare
Choose a tag to compare

Adds support for the v0.5.0 release of Wasm3.

v0.4.10

20 May 08:36
da60d7f
Compare
Choose a tag to compare

Update to Swift 5.3 and support app extensions.

v0.4.9

29 Apr 20:33
da60d7f
Compare
Choose a tag to compare
  • Update to Wasm3 v0.4.9.
  • Update to Swift 5.3
  • Support app extensions

v0.4.8

21 Feb 13:58
d1c37d0
Compare
Choose a tag to compare

Update to Wasm3 0.4.8.

v0.4.7

18 Sep 15:42
Compare
Choose a tag to compare

Corresponds to Wasm3 v0.4.7.