Uses of Class
de.inetsoftware.jwebassembly.module.WasmOptions
Packages that use WasmOptions
Package
Description
-
Uses of WasmOptions in de.inetsoftware.jwebassembly.binary
Fields in de.inetsoftware.jwebassembly.binary declared as WasmOptionsConstructors in de.inetsoftware.jwebassembly.binary with parameters of type WasmOptionsModifierConstructorDescriptionBinaryModuleWriter(WasmTarget target, WasmOptions options) Create new instance.(package private)WasmOutputStream(WasmOptions options) Create a in memory stream.(package private)WasmOutputStream(WasmOptions options, OutputStream output) Create a wrapped stream. -
Uses of WasmOptions in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as WasmOptionsModifier and TypeFieldDescriptionprivate final WasmOptionsBranchManager.optionsprotected final WasmOptionsModuleWriter.optionsThe compiler options.private WasmOptionsStaticCodeBuilder.options(package private) final WasmOptionsTypeManager.optionsprivate final WasmOptionsWasmCallInterfaceInstruction.optionsprivate final WasmOptionsWasmCallVirtualInstruction.optionsprivate WasmOptionsWasmCodeBuilder.optionsprivate final WasmOptionsWasmStructInstruction.optionsMethods in de.inetsoftware.jwebassembly.module that return WasmOptionsModifier and TypeMethodDescription(package private) WasmOptionsWasmCodeBuilder.getOptions()Get the compiler settingsMethods in de.inetsoftware.jwebassembly.module with parameters of type WasmOptionsModifier and TypeMethodDescription(package private) voidJavaMethodWasmCodeBuilder.init(WasmOptions options, ClassFileLoader classFileLoader) Initialize the code builder;(package private) voidWasmCodeBuilder.init(WasmOptions options, ClassFileLoader classFileLoader) Initialize the code builder;voidTypeManager.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 WasmOptionsModifierConstructorDescriptionBranchManager(WasmOptions options, List<WasmInstruction> instructions, LocaleVariableManager localVariables) Create a branch manager.protectedModuleWriter(WasmOptions options) Create a instance with its options.(package private)StaticCodeBuilder(WasmOptions options, ClassFileLoader classFileLoader, JavaMethodWasmCodeBuilder javaCodeBuilder) Create a instance with a snapshot of all static class initializer.(package private)StringManager(WasmOptions options) Create a new instance.(package private)TypeManager(WasmOptions options) Initialize the type manager.(package private)WasmCallInterfaceInstruction(FunctionName name, int javaCodePos, int lineNumber, TypeManager types, WasmOptions options) Create an instance of a function call instruction(package private)WasmCallVirtualInstruction(FunctionName name, int javaCodePos, int lineNumber, TypeManager types, WasmOptions options) Create an instance of a function call instruction -
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