etherts / ewasm-as

Ethereum-flavored WebAssembly AssemblyScript API
MIT License
9 stars 0 forks source link

`ewasmc` not working #8

Open lrettig opened 5 years ago

lrettig commented 5 years ago

When I manually invoke npx asc --lib node_modules/ewasm/assembly/lib <entry file> it compiles fine, but I get a help screen when I run npx ewasmc <entry file> instead (or manually invoke this script).