Skip to content

v0.0.96

Latest
Compare
Choose a tag to compare
@mattyg mattyg released this 28 Aug 20:54
· 63 commits to develop since this release

v0.0.96

Adds new mutually-exclusive feature flags wasmer_sys and wasmer_wamr for toggling different wasm runtime engines:

  • wasmer_sys sets wasmer to use the cranelift compiler
  • wasmer_wamr sets wasmer to use the wasm-micro-runtime in interpreter mode