Example #1
0
 public WasmGlobal(WasmType type, List <Instruction> initExpr)
 {
     Type     = type;
     InitExpr = initExpr;
 }