Skip to content

Beta-6

Compare
Choose a tag to compare
@cohix cohix released this 08 Feb 13:53
· 377 commits to main since this release
v0.6.0
b9eafd8

Welcome to the first release of Reactr!

This project has been re-worked and combined with the hive-wasm project to form the new and improved Suborbital job scheduler. You may notice the huge version number jump, and that is due to the merging of the two projects. The Runnable API was last tagged at v0.5.0, and therefore we find ourselves at Reactr Beta-6!

Reactr is all of the simplicity of Hive, plus the WebAssembly awesomeness from hive-wasm. You can read more about the change on the Suborbital blog

  • Swift Runnables will need to update their Package.swift to list this repo as the source of the Suborbital library rather than hive-wasm
  • Rust Runnables do not need to change their Cargo.toml, simply update the version to 0.6.0
  • This release adds the ability to access static files from the Runnable bundle via the get_static_file FFI API!
  • This release upgrades the internal Wasm runtime to Wasmer v1.0!