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.
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.