ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

Add docs section on compiling binaryen/wabt and interacting with ewasm-studio #136

Open axic opened 5 years ago

hugo-dc commented 5 years ago

@axic The purpose of this documentation is to explain how to convert wasm to wast and then use the wast code to deploy a contract in ewasm studio?

axic commented 5 years ago

It should explain how to acquire/compile wabt and binaryen and with an example how to use wasm-dis and wasm-as.

Then separately (could be two PRs) it should explain that a deployment process is needed and ewasm-studio helps in that, but it also requires the user to upload a wast. (wasm-dis can be used to acquire that)