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 WasmOptions
BranchManager.options
protected final WasmOptions
ModuleWriter.options
The compiler options.private WasmOptions
StaticCodeBuilder.options
(package private) final WasmOptions
TypeManager.options
private final WasmOptions
WasmCallInterfaceInstruction.options
private final WasmOptions
WasmCallVirtualInstruction.options
private WasmOptions
WasmCodeBuilder.options
private final WasmOptions
WasmStructInstruction.options
Methods in de.inetsoftware.jwebassembly.module that return WasmOptionsModifier and TypeMethodDescription(package private) WasmOptions
WasmCodeBuilder.getOptions()
Get the compiler settingsMethods in de.inetsoftware.jwebassembly.module with parameters of type WasmOptionsModifier and TypeMethodDescription(package private) void
JavaMethodWasmCodeBuilder.init
(WasmOptions options, ClassFileLoader classFileLoader) Initialize the code builder;(package private) void
WasmCodeBuilder.init
(WasmOptions options, ClassFileLoader classFileLoader) Initialize the code builder;void
TypeManager.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.protected
ModuleWriter
(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