github wasmerio/wasmer v3.0.0-rc.1
3.0.0-rc.1

latest releases: v4.3.3, v4.3.2, v4.3.1...
pre-release20 months ago

Install the rc1 version of wasmer in your machine:

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

This release includes:

  • Ability to automatically download and run packages from wapm.io, for example wasmer run registry.wapm.io/python/python or wasmer ls
  • New functions to get the function and module name from a wasm_frame_t (for prettier stack traces)
  • Filesystem now properly respects read and write permissons (previously reading and writing files was always allowed, any file descriptor could be read from)
  • Bugfixes regarding popcnt instruction on M1 Macs
  • Table imports now properly check for the correct maximum size (#3197)

Don't miss a new wasmer release

NewReleases is sending notifications on new releases.