type alias ExportValue | Bun module | Bun BuildDocsReferenceGuidesBlogDiscord/Bun/WebAssembly/ExportValueTExportValue BuildDocsReferenceGuidesBlogDiscord /Bun/WebAssembly/ExportValueTExportValue WebAssembly.ExportValuetype ExportValue = Function | Global | WebAssembly.Memory | WebAssembly.TableReferenced typesinterface GlobalT extends ValueType = ValueType>value: ValueTypeMap[T] valueOf(): ValueTypeMap[T]; interface Memory readonly buffer: ArrayBuffer grow(delta: number): number; interface Table readonly length: number get(index: number): any; grow(delta: number,value?: any): number; set(index: number,value?: any): void;
Search the reference...
/
type
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →type alias ExportValue | Bun module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- API documentation for type bun.WebAssembly.ExportValue | Bun