WebAssembly.Exports
type
Exports =
Record
<
string
,
ExportValue
>
;
§
Type
§
Record
<
string
,
ExportValue
>
[src]