appcypher / awesome-wasm-runtimes

A list of webassemby runtimes
1.36k stars 79 forks source link

Add SSVM #20

Closed alabulei1 closed 4 years ago

alabulei1 commented 4 years ago

SSVM is a WebAssembly runtime optimized for server-side applications. It replaces un-managed and unsafe code on the server-side, such as native code for high performance, AI, or big data operations.

appcypher commented 4 years ago

LGTM

alabulei1 commented 4 years ago

LGTM

Thank you very much. The new version of SSVM will allow Node.js applications to call WebAssembly functions written in Rust or other high performance languages.