Companion

Functions

Link copied to clipboard
fun customSections(moduleObject: Module, sectionName: String): ReadonlyArray<ArrayBuffer>

The WebAssembly.Module.customSections() static method returns a copy of the contents of all custom sections in the given module with the given string name.

Link copied to clipboard

The WebAssembly.Module.exports() static method returns an array containing descriptions of all the declared exports of the given Module.

Link copied to clipboard

The WebAssembly.Module.imports() static method returns an array containing descriptions of all the declared imports of the given Module.