Optionaloptions: WebAssemblyCompileOptionsThe WebAssembly.Module.exports() static method returns an array containing descriptions of all the declared exports of the given Module.
The WebAssembly.Module.imports() static method returns an array containing descriptions of all the declared imports of the given Module.
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.MDN Reference