Wasmer Versions Save

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

v3.2.0-beta.2

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.2.0-beta.2"

See full list of changes in the CHANGELOG

v3.2.0-beta.1

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.2.0-beta.1"

See full list of changes in the CHANGELOG

v3.1.1

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.1.1"

What's Changed

  • #3493 Fixed memory leak issue with InstanceHandle

This is a bugfix release for the 3.1.x release. Full release notes are in the CHANGELOG

v3.0.3

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.0.3"

What's Changed

  • #3493 Fixed memory leak issue with InstanceHandle

This is a bugfix release for the 3.0.x release. Full release notes are in the CHANGELOG

v3.2.0-alpha.1

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.2.0-alpha.1"

What's Changed

  • #3426 WASIX Preparation
  • #3353 Speed up CI
  • #3324 Implement wasmer init and wasmer publish
  • #3428 Implement wasmer config
  • #3477 Added support for Wasm Module custom sections in js
  • #3419 Fix CHANGELOG generation to list by PR merged date, not created date

See full list of changes in the CHANGELOG

v3.1.0

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.1.0"

What's Changed

  • #3403 Add wasm_importtype_copy to C API
  • #3416 Download and install packages via .tar.gz URLs and improve installation error message
  • #3402 Do not run first command of wapm file and print all commands instead
  • #3400 Use the wasm_bindgen_downcast crate for downcasting JsValues
  • #3363 Store Used CpuFeature in Artifact instead of Present CpuFeatures for Singlepass
  • #3378 Introduced EngineRef and AsEngineRef trait
  • #3386 Restore Support For All Wasi Clock Types
  • #3153 Implement SharedMemory & Atomics
  • #3415 Fix singlepass for Aarch64
  • #3395 Fix create-exe to be able to cross-compile on Windows
  • #3396 Fix build doc and minimum-sys build

See full list of changes in the CHANGELOG

v3.0.2

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.0.2"
  • #3364 Added the actual LZCNT / TZCNT implementation
  • #3365 Improve FreeBSD support
  • #3368 Remove wasi conditional compilation from wasmer-registry
  • #3367 Change LLVM detection in Makefile
  • #3370 Fix wasmer run not interpreting URLs correctly + display fixes
  • #3371 Fix cargo binstall

See full list of changes in the CHANGELOG

v3.0.1

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh

What's Changed

  • #3361 Give users feedback when they are running "wasmer add ..."
  • #3360 Introduce a "wasmer_registry::queries" module with all GraphQL queries
  • #3355 Fetch the pirita download URL
  • #3344 Revert #3145
  • #3302 Some Refactor of Singlepass compiler to have better error and cpu features handling
  • #3296 Use the right collection when parsing type section
  • #3292 Precompute offsets in VMOffsets
  • #3290 Limit the use of clone when handling Compilation object
  • #3316 Implement wasmer whoami
  • #3341 Update CHANGELOG.md
  • #3342 Fixes for 3.0.0 release

See full list of changes in the CHANGELOG

v3.0.0

1 year ago

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.0.0"
  • #3339 Fixes for wasmer login / wasmer add
  • #3337 Add automation script to automate deploying releases on GitHub
  • #3338 Re-add codecov to get coverage reports
  • #3295 Implement wasmer run {url}

See full list of changes in the CHANGELOG

v3.0.0-rc.3

1 year ago

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