WebAssembly.ExportValue

type ExportValue =
| Function
| Global
| Memory
| Table;

§Type

§
Function | Global | Memory | Table
[src]