Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method WebAssembly.Module.customSections

Given a Module and string, returns a copy of the contents of all custom sections in the module with the given string name.

Parameters

moduleObject: Module
sectionName: string

Returns

ArrayBuffer[]