wasmedge-nodejs-starter icon indicating copy to clipboard operation
wasmedge-nodejs-starter copied to clipboard

A template project to run Rust functions in Node.js through the Second State WebAssembly engine.

Results 6 wasmedge-nodejs-starter issues
Sort by recently updated
recently updated
newest added

Hi, I'm following your tutorial using your provided Docker container. When I use `wasmedge/appdev_x86_64:0.8.2` Docker image the `rustwasmc build` command fails when trying to compile a bumpalo-3.9.1 package: ``` root@740af9646213:/app#...

What about protobuf support? Wouldn't this be better/faster than json? We already have protobufjs, and ts-proto for javascript/typescript side of things, right?

in ubuntu ## Installation needed 1. ssvmup ```shell npm i -g ssvmup ``` 2. wasm-opt ```shell npm i -g wasm-opt ``` 3. node-pre-gyp ```shell npm i -g node-pre-gyp ``` ##...

my window 7 : ``` C:\>docker pull secondstate/ssvm-nodejs-starter:v1 v1: Pulling from secondstate/ssvm-nodejs-starter e6ca3592b144: Already exists 534a5505201d: Already exists 990916bd23bb: Already exists f6ca06dad480: Pull complete 21d3647ab116: Pull complete 3cdfe5aeeed1: Pull complete...

## Use Heroku to Deploy Live Demo http://ssvm-nodejs-starter.herokuapp.com/?name=MyName Use this button [![Heroku Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/nizam0906/ssvm-nodejs-starter) ![SSVM](https://github.com/nizam0906/ssvm-nodejs-starter/blob/master/docs/img/heroku.gif?raw=true) Or create a Heroku app manually: ``` $ heroku create $ heroku stack:set container $ git...

I run starter on mac, but can not install 'ssvm'