Definition
WebAssembly JavaScript Interface defines GlobalDescriptor
dictionary GlobalDescriptor {
required ValueType value;
boolean mutable = false;
};
GlobalDescriptor
dictionaryWebAssembly JavaScript Interface defines GlobalDescriptor
dictionary GlobalDescriptor {
required ValueType value;
boolean mutable = false;
};