customSections static method

List<ByteBuffer> customSections(
  1. Module moduleObject,
  2. String sectionName
)

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

Implementation

static _i2.List<_i8.ByteBuffer> customSections(
  _i3.Module moduleObject,
  _i2.String sectionName,
) =>
    (_i6.callMethod(
      _declaredModule,
      'customSections',
      [
        moduleObject,
        sectionName,
      ],
    ) as _i2.List)
        .cast();