This repository was archived by the owner on May 11, 2020. It is now read-only.
v0.2.0
This CL allows decoding WASM modules for the purpose of restructuring it, and then encoding them back to a binary form. * make a separate function for decoding the module without initializing it * support writing leb128 integers and add more test cases * implement wasm encoding * don't use reflection in disassembler * implement assembly writer * introduce marshaller and unmarshaller