0.24.0
PackageToJS
Plugin: A New Packaging System
This release introduces PackageToJS, a new packaging system designed to replace carton. The new workflow simplifies package setup and improves build time.
Check Hello World example
Added APIs
WebWorkerDedicatedExecutor
type is added to run actors on a dedicated web worker
Pull Requests
- Workaround Swift 6.0 compiler crash by @kateinoigakukun in #293
- Packaging Plugin by @kateinoigakukun in #288
- Add Hello world tutorial by @kateinoigakukun in #294
- Remove custom test framework by @kateinoigakukun in #295
- PackageToJS: Fix the missing dependency on the stripWasm task by @kateinoigakukun in #296
- Add WebWorkerDedicatedExecutor to run actors on a dedicated web worker by @kateinoigakukun in #297
- Setup unit test infrastructure for PackageToJS by @kateinoigakukun in #298
- Add
--enable-code-coverage
by @kateinoigakukun in #299 - Add
-Xnode
option to pass extra arguments to node by @kateinoigakukun in #300 - PackageToJS: Bring XCTest output formatter from carton by @kateinoigakukun in #301
- PackageToJS: Add
--debug-info-format
option by @kateinoigakukun in #302 - PackageToJS: Use the actual wasm filename in the final product by @kateinoigakukun in #303
Full Changelog: 0.23.0...0.24.0