Closed willemneal closed 5 years ago
When I try to run it, with either npm run start, wapm run wasm-matrix --help, or wapm run wasm-matrix --help nothing happens.
npm run start
wapm run wasm-matrix --help
I installed wapm with npm install -g wapm; is this the correct way?
npm install -g wapm
nevermind, installed wasmer and it works!
When I try to run it, with either
npm run start
,wapm run wasm-matrix --help
, orwapm run wasm-matrix --help
nothing happens.I installed wapm with
npm install -g wapm
; is this the correct way?