/nodejs-rust-wasm

Simple experimentation with NodeJS, Web Assembly and Rust

Primary LanguageRustMIT LicenseMIT

Simple Experiment with NodeJS, Web Assembly and Rust

# download cargo dependencies
$ make deps

# build the wasm bin and export nodejs file
$ make build

# to test run
$ make run