PackageTrack
Sign in Get early access

wasmer-derive

Wasmer derive macros

7.3.0 8.4M downloads/mo #3417 most downloaded on crates.io wasmerio/wasmer

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 3 weeks

Rarely documented

notes for 13 of 55 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

102 releases · first in 2020

20 releases in the last 12 months

see the full history below

Release timeline

102 releases · Dec 2020 to Aug 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 102
  1. 7.3.0 21 Aug 2026
    Release notes

    Important

    For packaging purposes, use the provided wasmer-full-source.tar.xz, which includes all required submodules.

    This release adds:

    • Async JavaScript API with JSPI support.
    • Experimental artifact format across LLVM, Cranelift, and Singlepass on all Linux targets, including GDB/LLDB profiling support.
    • Full multi-memory support across all compiler backends.
    • Multi-value host functions for Cranelift and LLVM.
    • New CLI capabilities for cronjobs, app CDN cache management, and offline dependency resolution.
    • C API support for externref and funcref.
    • Page-granular mmap support through the updated WASIX libc.
    • Windows support has been removed from the Sys compiler backends, including Singlepass.
    • LLVM support for the RV32 target has been removed.

    See full list of changes in the CHANGELOG

    Install this version of wasmer:

    curl https://get.wasmer.io -sSfL | sh -s "v7.3.0"
    Open source →
  2. 7.3.0-rc.1 21 Aug 2026 pre-release
    Release notes

    Install this version of wasmer:

    This is a release candidate as we are preparing for the final release of 7.3.

    curl https://get.wasmer.io -sSfL | sh -s "v7.3.0-rc.1"

    See full list of changes in the CHANGELOG

    Open source →
  3. 7.2.1 27 Jul 2026
    Release notes

    Important

    For packaging purposes, use the provided wasmer-full-source.tar.xz, which includes all required submodules.

    This release adds:

    • Implement externref/funcref reference surface (#6791)

    See full list of changes in the CHANGELOG

    Install this version of wasmer:

    curl https://get.wasmer.io -sSfL | sh -s "v7.2.1"
    Open source →
  4. 7.2.0 30 Jun 2026
    Release notes

    Important

    For packaging purposes, use the provided wasmer-full-source.tar.xz, which includes all required submodules.

    This release adds:

    • Cranelift Exception Handling on Mach-O (#6712) - EH support extended to macOS.
    • New CLI package commands: wasmer package show (#6716) and wasmer package search (#6715) for discovering and inspecting packages from the command line.
    • Experimental interruptable WASM computation (#6075) - ability to interrupt running WebAssembly.
    • Baremetal trap-handler backend (#6683) - new lightweight trap handler for the VM.
    • Dropped WAMR and Wasmi backends (#6500) - simplifying the engine ecosystem.
    • Dropped x86_64-darwin target (#6506) - Apple Silicon-only on macOS going forward.
    • Better CPU scaling via parallel compilation revamp (#6153) for LLVM and Cranelift.
    • Singlepass: track maximum stack usage (#6696) - better memory accounting.
    • Various improvement to the WASIX networking (#6741, #6738, #6718).
    • LLVM backend upgraded to 22.1 (#6300).
    • V8 backend resurected and covered in CI (#6673).
    • Embedded Globals and funcref Table in VMContext (#6290) - layout optimization.

    See full list of changes in the CHANGELOG

    Install this version of wasmer:

    curl https://get.wasmer.io -sSfL | sh -s "v7.2.0"
    Open source →
  5. 7.2.0-rc.1 29 Jun 2026 pre-release
    Release notes

    Install this version of wasmer:

    This is a release candidate as we are preparing for the final release of 7.2.

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

    See full list of changes in the CHANGELOG

    Open source →
  6. 7.2.0-alpha.3 01 Jun 2026 pre-release
    Release notes

    Install this version of wasmer:

    This is an alpha candidate as we are preparing for the final release of 7.2.

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

    See full list of changes in the CHANGELOG

    Open source →
  7. 7.2.0-alpha.2 24 Apr 2026 pre-release
    Release notes

    Install this version of wasmer:

    This is an alpha candidate as we are preparing for the final release of 7.2.

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

    See full list of changes in the CHANGELOG

    Open source →
  8. 7.2.0-alpha.1 10 Apr 2026 pre-release
    Release notes

    Install this version of wasmer:

    This is a alpha candidate as we are preparing for the final release of 7.2.

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

    See full list of changes in the CHANGELOG

    Open source →
  9. 7.1.0 27 Mar 2026
    Release notes

    Important

    For packaging purposes, use the provided wasmer-full-source.tar.xz, which includes all required submodules.

    This release adds:

    • A new N-API interface supporting Edge.js.
    • Better CPU scaling for the Cranelift and LLVM compilers on larger modules such as PHP and Python workloads.
    • A substantial overhaul of WASIX TTY support.
    • A complete rewrite of WASIX epoll.
    • Tail Call support in the LLVM compiler.
    • Extended Constant Expression support across all compilers.
    • Relaxed SIMD support in the LLVM and Cranelift compilers.
    • Wide Arithmetic support in LLVM and Cranelift.
    • A redesigned --enable-pass-params-opt optimization for LLVM, now enabled by default.
    • A new perf annotate-style script for improved profiling.
    • Easier reproducible distribution builds through the WASMER_REPRODUCIBLE_BUILD=1 environment variable.
    • A new secret export and secret import subcommands were introduced for easier manipulation with secrets.
    • Added run --enable-nan-canonicalization.

    See full list of changes in the CHANGELOG

    Install this version of wasmer:

    curl https://get.wasmer.io -sSfL | sh -s "v7.1.0"
    Open source →
  10. 7.1.0-rc.3 27 Mar 2026 pre-release
    Release notes

    Install this version of wasmer:

    This is a release candidate as we are preparing for the final release of 7.1.

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

    See full list of changes in the CHANGELOG

    Open source →
  11. 7.1.0-rc.2 17 Mar 2026 pre-release

    Nothing published for this version

  12. 7.1.0-rc.1 16 Mar 2026 pre-release

    Nothing published for this version

  13. 7.1.0-alpha.1 24 Feb 2026 pre-release

    Nothing published for this version

  14. 7.0.1 02 Feb 2026

    Nothing published for this version

  15. 7.0.0 28 Jan 2026

    Nothing published for this version

  16. 7.0.0-rc.2 27 Jan 2026 pre-release

    Nothing published for this version

  17. 7.0.0-rc.1 23 Jan 2026 pre-release

    Nothing published for this version

  18. 7.0.0-alpha.2 13 Jan 2026 pre-release

    Nothing published for this version

  19. 6.1.0 08 Oct 2025

    Nothing published for this version

  20. 6.1.0-rc.5 17 Sep 2025 pre-release

    Nothing published for this version

  21. 6.1.0-rc.3 20 Aug 2025 pre-release

    Nothing published for this version

  22. 6.1.0-rc.2 17 Jul 2025 pre-release

    Nothing published for this version

  23. 6.0.1 09 May 2025

    Nothing published for this version

  24. 6.0.0 24 Apr 2025

    Nothing published for this version

  25. 6.0.0-beta.1 07 Mar 2025 pre-release

    Nothing published for this version

  26. 6.0.0-alpha.2 26 Feb 2025 pre-release

    Nothing published for this version

  27. 6.0.0-alpha.1 18 Feb 2025 pre-release

    Nothing published for this version

  28. 5.0.6 02 May 2025

    Nothing published for this version

  29. 5.0.5-rc1 03 Jan 2025 pre-release

    Nothing published for this version

  30. 5.0.4 17 Dec 2024

    Nothing published for this version

  31. 5.0.3 07 Dec 2024

    Nothing published for this version

  32. 5.0.2 24 Nov 2024

    Nothing published for this version

  33. 5.0.1 06 Nov 2024

    Nothing published for this version

  34. 5.0.0 29 Oct 2024

    Nothing published for this version

  35. 5.0.0-rc.1 21 Oct 2024 pre-release

    Nothing published for this version

  36. 4.4.0 04 Oct 2024

    Nothing published for this version

  37. 4.3.7 09 Sep 2024

    Nothing published for this version

  38. 4.3.6 22 Aug 2024

    Nothing published for this version

  39. 4.3.5 16 Jul 2024

    Nothing published for this version

  40. 4.3.4 08 Jul 2024

    Nothing published for this version

  41. 4.3.3 04 Jul 2024

    Nothing published for this version

  42. 4.3.2 11 Jun 2024

    Nothing published for this version

  43. 4.3.1 23 May 2024

    Nothing published for this version

  44. 4.3.0 10 May 2024

    Nothing published for this version

  45. 4.3.0-beta.1 08 May 2024 pre-release

    Nothing published for this version

  46. 4.3.0-alpha.1 25 Apr 2024 pre-release

    Nothing published for this version

  47. 4.2.8 06 Apr 2024

    Nothing published for this version

  48. 4.2.7 19 Mar 2024

    Nothing published for this version

  49. 4.2.6 04 Mar 2024

    Nothing published for this version

  50. 4.2.5 23 Dec 2023

    Nothing published for this version

  51. 4.2.4 01 Dec 2023

    Nothing published for this version

  52. 4.2.3 27 Oct 2023

    Nothing published for this version

  53. 4.2.2 05 Oct 2023

    Nothing published for this version

  54. 4.2.1 28 Sep 2023

    Nothing published for this version

  55. 4.2.0 05 Sep 2023

    Nothing published for this version

  56. 4.1.2 21 Aug 2023

    Nothing published for this version

  57. 4.1.1 03 Aug 2023

    Nothing published for this version

  58. 4.1.0 24 Jul 2023

    Nothing published for this version

  59. 4.0.0 22 Jun 2023

    Nothing published for this version

  60. 4.0.0-beta.3 15 Jun 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive