blob: 1f3206b7134aee74b3e698b36ddaa171988d6214 [file] [log] [blame]
namespace iree;
table BytecodeDef {
local_count:int;
contents:[byte];
}
root_type BytecodeDef;