Skip to content

1.1.0

Compare
Choose a tag to compare
@kateinoigakukun kateinoigakukun released this 06 Jun 11:39
· 26 commits to main since this release

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 to dev subcommand to specify serving address with relaxed default (0.0.0.0)
  • Add -Xwasm-opt to bundle subcommand to pass additional arguments to wasm-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 to bundle 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