shareup / cwasm3

MIT License
24 stars 12 forks source link

Compile CWasm3 as XCFramework #13

Closed atdrendel closed 2 years ago

atdrendel commented 2 years ago

This pull request moves the original CWasm3 Swift Package into vendor/cwasm3, compiles it as production XCFramework supporting macOS, macOS Catalyst, iOS, and iOS Simulator, and vendors that via the top-level CWasm3 Swift Package.

This allows consumers of CWasm3 to run WebAssembly code at full-speed because CWasm3 has been compiled with full optimizations enabled.

atdrendel commented 2 years ago

Closed in favor of #14