reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
452 wasmGlobal.Type = {WASM_TYPE_I32, isMutable}; 453 wasmGlobal.InitExpr.Value.Int32 = value; 454 wasmGlobal.InitExpr.Opcode = WASM_OPCODE_I32_CONST; 455 wasmGlobal.SymbolName = name; 457 make<InputGlobal>(wasmGlobal, nullptr));