uuosio / ascdk

MIT License
12 stars 9 forks source link

Output WASM and ABI to same folder, with same name #8

Closed jafri closed 2 years ago

jafri commented 2 years ago

Will make uploading to chain easier

npx eosio-asc examples/eosio.token/eosio.token.ts

should generate

examples/eosio.token/eosio.token.wasm
examples/eosio.token/eosio.token.abi
examples/eosio.token/eosio.token.wast
learnforpractice commented 2 years ago

Command with npx eosio-asc assembly/hello.ts -b build/hello.wasm -t build/hello.wat suppose to fix this issue.

But this command does not generate the wasm file properly.