robertmuth/Cwerg

define a binary format for the the Cwerg IR

Opened this issue · 0 comments

using byte based format with variable length encoding for integers (like leb128)

Some discussion of formats here:
WebAssembly/design#601