温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/bun/WebAssembly
点击访问原文链接

Bun.WebAssembly object | API Reference | Bun

Bun.WebAssembly object | API Reference | BunBuildDocsReferenceGuidesBlogDiscord/Bun/WebAssemblyNWebAssembly

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/Bun/WebAssemblyNWebAssembly

namespace

WebAssemblynamespace WebAssemblyinterface CompileErrorcause?: unknown

The cause of the error.

message: stringname: stringstack?: stringinterface GlobalT extends ValueType = ValueType>value: ValueTypeMap[T]valueOf(): ValueTypeMap[T];interface GlobalDescriptorT extends ValueType = ValueType>mutable?: booleanvalue: Tinterface Instancereadonly exports: Exportsinterface LinkErrorcause?: unknown

The cause of the error.

message: stringname: stringstack?: stringinterface Memoryreadonly buffer: ArrayBuffergrow(delta: number): number;interface MemoryDescriptorinitial: numbermaximum?: numbershared?: booleaninterface Moduleinterface ModuleExportDescriptorkind: ImportExportKindname: stringinterface ModuleImportDescriptorkind: ImportExportKindmodule: stringname: stringinterface RuntimeErrorcause?: unknown

The cause of the error.

message: stringname: stringstack?: stringinterface Tablereadonly length: numberget(index: number): any;grow(delta: number,value?: any): number;set(index: number,value?: any): void;interface TableDescriptorelement: TableKindinitial: numbermaximum?: numberinterface ValueTypeMapanyfunc: Functionexternref: anyf32: numberf64: numberi32: numberi64: bigintv128: neverinterface WebAssemblyInstantiatedSourceinstance: Instancemodule: Moduletype Exports = Recordstring, ExportValue>type ExportValue = Function | Global | WebAssembly.Memory | WebAssembly.Tabletype ImportExportKind = 'function' | 'global' | 'memory' | 'table' | 'tag'type Imports = Recordstring, ModuleImports>type ImportValue = ExportValue | numbertype ModuleImports = Recordstring, ImportValue>type TableKind = 'anyfunc' | 'externref'type ValueType = keyof ValueTypeMap

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicense

Baked with ❤️ in San Francisco

We're hiring →

Bun.WebAssembly object | API Reference | Bun,AI智能索引,全网链接索引,智能导航,网页索引

    API documentation for namespace bun.WebAssembly | Bun