customSections

fun customSections(moduleObject: Module, sectionName: String): ReadonlyArray<ArrayBuffer>(source)

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