torch2424 / wasm-matrix

A Matrix effect in your terminal using AssemblyScript 🚀 and WASI 🧩 . Deployed to WAPM 📦 .
Apache License 2.0
70 stars 5 forks source link

Silently fails #4

Closed willemneal closed 5 years ago

willemneal commented 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.

I installed wapm with npm install -g wapm; is this the correct way?

willemneal commented 5 years ago

nevermind, installed wasmer and it works!