Tags: shareup/cwasm3
Tags
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" ) ```
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)