openethereum / pwasm-tutorial

A step-by-step tutorial on how to write contracts in Wasm for Kovan
GNU General Public License v3.0
229 stars 34 forks source link

WASM: examples of contracts in C language #23

Open folsen opened 6 years ago

folsen commented 6 years ago

Originally by @NikVolf: Currently emscripten which properly supports SIDE_MODULES option is the only way to generate really minimal wasm contracts (as little as 150 bytes), so it would a great way to cover such option in examples