8000 Tags · shareup/cwasm3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: shareup/cwasm3

Tags

v0.5.3

Toggle v0.5.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Update .swiftformat

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Generate XCFramework from project (#14)

In unoptimized builds, CWasm3 is very slow. This can dramatically slow down development. This pull request adds the ability to generate optimized XCFrameworks from CWasm3, which can be used in place of CWasm3.

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:

```swift
.binaryTarget(
  name: "CWasm3",
  url: "URL",
  checksum: "CHECKSUM"
)
```

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increase max duplicate function count to 10 (#12)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with DF04 GitHub’s verified signature. The key has expired.
Update to Wasm3 v0.5.0 (#11)

Update to [v0.5.0 release](https://github.com/wasm3/wasm3/releases/tag/v0.5.0) of [Wasm3](https://github.com/wasm3/wasm3)

v0.4.10

Toggle v0.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Swift 5.3 and support app extensions (#10)

v0.4.9

Toggle v0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Swift 5.3 and support app extensions (#10)

v0.4.8

Toggle v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix off-by-one error in ParseSection_Export() (#8)

v0.4.7

Toggle v0.4.7's commit message
Add checks around o_ret in wasm3_CallWithArgs()

0