Package com.dylibso.chicory.wasm.types
Class NameCustomSection
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.Section
-
- com.dylibso.chicory.wasm.types.CustomSection
-
- com.dylibso.chicory.wasm.types.NameCustomSection
-
public class NameCustomSection extends CustomSection
The "name" custom section.
-
-
Constructor Summary
Constructors Constructor Description NameCustomSection(byte[] bytes)Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intfunctionNameCount()StringgetFunctionName(int idx)Stringname()
-
-
-
Method Detail
-
name
public String name()
- Specified by:
namein classCustomSection
-
functionNameCount
public int functionNameCount()
-
getFunctionName
public String getFunctionName(int idx)
-
-