Docs
Reference
Guides
Blog
Discord
/
Bun
/
WebAssembly
/
Exports
Exports
T
Exports
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
Search
K
/
Bun
/
WebAssembly
/
Exports
Exports
T
Exports
Symbol
WebAssembly.Exports
type
Exports
=
Record
<
string
,
ExportValue
>
Referenced types
type
ExportValue
=
Function
|
Global
|
WebAssembly.Memory
|
WebAssembly.Table