Whenever we're using iroha_wasm_builder we're invoking cargo with --release. This should not be the default. The default should be to produce debug build. Optionally it should be possible to build with --release. This is how cargo does it and is least confusing. It is also the case that most if not all of the wasm should be built as debug (we can discuss the scope).
Whenever we're using
iroha_wasm_builderwe're invokingcargowith--release. This should not be the default. The default should be to producedebugbuild. Optionally it should be possible to build with--release. This is howcargodoes it and is least confusing. It is also the case that most if not all of thewasmshould be built asdebug(we can discuss the scope).