The SSVM supports WASI to access operating system resources in a controlled manner (ie capability-based security). Similar to WASI, the SSVM supports extensions to WebAssembly to safely access underlying systems — such as a storage interface for attached key/value storage, an AI inference interface for specialized hardware, and the Ethereum interface for a host blockchain.
For developers, SSVM makes it easy to incorporate high-performance Rust functions into Node.js applications.
Hi Colin,
The SSVM is a fully-featured WebAssembly VM that is optimized for server-side applications.
https://www.secondstate.io/ssvm/
The SSVM supports WASI to access operating system resources in a controlled manner (ie capability-based security). Similar to WASI, the SSVM supports extensions to WebAssembly to safely access underlying systems — such as a storage interface for attached key/value storage, an AI inference interface for specialized hardware, and the Ethereum interface for a host blockchain.
For developers, SSVM makes it easy to incorporate high-performance Rust functions into Node.js applications.
https://github.com/second-state/SSVM
I'm wondering if SSVM is good for your newsletter. Thanks.