virto-network / valor

Create HTTP APIs with a plugin system that runs in the server and the browser.
GNU General Public License v3.0
9 stars 8 forks source link

Wasmer for WASM plugins #46

Open olanod opened 3 years ago

olanod commented 3 years ago

A more suitable WASM runtime for the server side could be Wasmer as it supports AOT compilation and comes with a smaller footprint. It might also easy the browser implementation as it provides shims for WASI or BitInt support.

olanod commented 2 years ago

Wasmer is still interesting to consider but as we want to give priority to running the same WASM and JS plugins in the browser that use web APIs run also in the server, we'll start with Deno as our WASM engine.