You are viewing a single comment's thread from:

RE: Introducing binaryen-loader

in #utopian-io7 years ago (edited)

Thank you @helo. After looking at this, I think it's possible to use it in EOS development especially when targeting web browser (not sure about nodejs). The workflow would be:

Selection_029.png

However, if the purpose is just to get smaller or optimized wast file, it is better to use wasm-opt. The workflow would be:

Selection_030.png