Package org.teavm.backend.wasm.model
Class WasmCustomSection
- java.lang.Object
-
- org.teavm.backend.wasm.model.WasmCustomSection
-
public class WasmCustomSection extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WasmCustomSection(java.lang.String name, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()java.lang.StringgetName()
-