suborbital / reactr

Function scheduler for Go & WebAssembly
Apache License 2.0
289 stars 28 forks source link

Multiple Wasm execution engine support #90

Closed cohix closed 2 years ago

cohix commented 3 years ago

Reactr should theoretically be able to support multiple Wasm runtime backends. Currently Wasmer is built pretty tightly into rwasm, but this should be refactored to take an object conforming to an interface, and eventually have multiple runtime options such as wasmTime, SSVM, etc.

ospencer commented 2 years ago

We support Wasmtime, Wasmer, and WasmEdge (soon)!