Uses of Class
de.inetsoftware.jwebassembly.module.WasmOptions
Packages that use WasmOptions
Package
Description
-
Uses of WasmOptions in de.inetsoftware.jwebassembly.binary
Constructors in de.inetsoftware.jwebassembly.binary with parameters of type WasmOptionsModifierConstructorDescriptionBinaryModuleWriter(WasmTarget target, WasmOptions options) Create new instance. -
Uses of WasmOptions in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as WasmOptionsModifier and TypeFieldDescriptionprotected final WasmOptionsModuleWriter.optionsThe compiler options.Methods in de.inetsoftware.jwebassembly.module with parameters of type WasmOptionsModifier and TypeMethodDescriptionvoidTypeManager.StructType.writeToStream(ByteArrayOutputStream dataStream, ToIntFunction<FunctionName> getFunctionsID, WasmOptions options) Write the struct/class meta data to the datastream and set the offset position.Constructors in de.inetsoftware.jwebassembly.module with parameters of type WasmOptionsModifierConstructorDescriptionprotectedModuleWriter(WasmOptions options) Create a instance with its options. -
Uses of WasmOptions in de.inetsoftware.jwebassembly.text
Constructors in de.inetsoftware.jwebassembly.text with parameters of type WasmOptionsModifierConstructorDescriptionTextModuleWriter(WasmTarget target, WasmOptions options) Create a new instance. -
Uses of WasmOptions in de.inetsoftware.jwebassembly.wasm
Constructors in de.inetsoftware.jwebassembly.wasm with parameters of type WasmOptionsModifierConstructorDescriptionArrayType(AnyType arrayType, TypeManager manager, int componentClassIndex, WasmOptions options) Create a new array type