1.1.0
What's Changed
This release adds support for 5.10.0 toolchain, CLI options, and internal improvements.
- Update default toolchain version to 5.10.0
- Add
--bind
todev
subcommand to specify serving address with relaxed default (0.0.0.0
) - Add
-Xwasm-opt
tobundle
subcommand to pass additional arguments towasm-opt
- Many internal refactorings and test improvements
Pull Requests
- Cleanup unnecessary test utilities by @omochi in #468
- Remove test utility
ls
by @omochi in #469 - Add granular configuration for retrying wait time in test by @omochi in #470
- Send stdout/stderr from WasmRunner to dev server without decoding as UTF-8 by @omochi in #471
- Show stdout/stderr from Wasm in terminal by @omochi in #472
- Combine the WebDriver setup process into WebDriverService and make it easier to reuse by @omochi in #474
- Check the output of wasm in dev subcommand test by @omochi in #473
- Add --bind to specify serving address with relaxed default (0.0.0.0) by @omochi in #475
- Add
-Xwasm-opt
option tobundle
subcommand by @kateinoigakukun in #478 - Refactor utilities under Foundation.Process and CartonHelpers.Process and share implementations by @omochi in #477
- Update default toolchain version to 5.10.0 by @kateinoigakukun in #476
Full Changelog: 1.0.4...1.1.0