method WebAssembly.Module.exports
Jump to headingModule.exports(moduleObject: Module): ModuleExportDescriptor[]
Given a Module
, returns an array containing descriptions of all the declared exports.
Parameters Jump to heading
Jump to headingmoduleObject: Module