Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (3 loc) · 864 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 864 Bytes

[Deprecated] Second State WebAssembly VM for Node.js Addon with native storage interface support

The Second State VM (SSVM) is a high-performance WebAssembly runtime optimized for server-side applications. This project provides support for accessing SSVM as a Node.js addon. It allows Node.js applications to call WebAssembly functions written in Rust or other high-performance languages. Why do you want to run WebAssembly on the server-side? The SSVM addon could interact with the wasm files generated by the ssvmup compiler tool.

This project is deprecated. If you want to use this feature, please try our new package SSVM-Napi-Extensions instead. Thanks.