Skip to content

v3.0.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 00:47
118b49e

Install the rc3 version of wasmer in your machine:

curl https://get.wasmer.io -sSfL | sh -s "v3.0.0-rc.3"

What's Changed

  • #3314 Add windows-gnu workflow
  • #3317 Port "wapm install" to Wasmer
  • #3318 Bump the MSRV to 1.63
  • #3319 Disable 'Test integration CLI' on CI for the Windows platform as it's not working at all
  • #3297 Implement wasmer login
  • #3311 Export Module::IoCompileError as it's an error returned by an exported function
  • #2800 RISC-V support
  • #3293 Removed call to to_vec() on assembler.finalise()
  • #3288 Rollback all the TARGET_DIR changes
  • #3284 Makefile now handle TARGET_DIR env. var. for build too
  • #3276 Remove unnecessary checks to test internet connection
  • #3266 Return ENotCapable error when accessing unknown files on root (for #3263 and #3264)
  • #3275 Disable printing "local package ... not found" in release mode
  • #3273 Undo Makefile commit
  • #3299 Fix "create-exe" for windows-x86_64 target
  • #3294 Fix test sys yaml syntax
  • #3287 Fix Makefile with TARGET_DIR end with release folder, removing it
  • #3286 Fix Makefile with TARGET_DIR end with release folder
  • #3285 Fix CI to setup TARGET_DIR to target/release directly
  • #3277 Fix red CI on master

See full list of changes in the CHANGELOG