Definition
WebAssembly JavaScript Interface defines WebAssembly.Tag
[LegacyNamespace=WebAssembly, Exposed=(Window,Worker,Worklet)]
interface Tag {
constructor(TagType type);
};
WebAssembly.Tag
interfaceWebAssembly JavaScript Interface defines WebAssembly.Tag
[LegacyNamespace=WebAssembly, Exposed=(Window,Worker,Worklet)]
interface Tag {
constructor(TagType type);
};
WebAssembly.Tag