141ccb9e9dba855ce118c5d5a14455088d51b567
wasm and compile (#713)
- Both the `wasm` and `compile` commands get this new subcommand, and it defaults to false. This means that test runs with `wasm` can request disassembly (the main reason I am doing this) while test runs with `compile` now must request it, this changes current behavior. - Switch to using context.compile_and_emit directly, and make the reloc and trap printers just accumulate output, not print it. This allows us to factor the printing code into the disasm module.
Description
No description provided
Languages
Rust
77.8%
WebAssembly
20.6%
C
1.3%