Uses of Class
de.inetsoftware.jwebassembly.module.WasmCodeBuilder
Packages that use WasmCodeBuilder
-
Uses of WasmCodeBuilder in de.inetsoftware.jwebassembly.module
Subclasses of WasmCodeBuilder in de.inetsoftware.jwebassembly.moduleModifier and TypeClassDescription(package private) class
Convert Java Byte Code to a list of WasmInstruction.Methods in de.inetsoftware.jwebassembly.module that return WasmCodeBuilderModifier and TypeMethodDescriptionprivate WasmCodeBuilder
ModuleGenerator.createInstructions
(MethodInfo method) Create the instructions in a code builderprotected WasmCodeBuilder
MultiArrayFunctionName.getCodeBuilder
(WatParser watParser) Get the WasmCodeBuilder for the synthetic WASM code.protected WasmCodeBuilder
SyntheticFunctionName.getCodeBuilder
(WatParser watParser) Get the WasmCodeBuilder for the synthetic WASM code.protected WasmCodeBuilder
WatCodeSyntheticFunctionName.getCodeBuilder
(WatParser watParser) Get the WasmCodeBuilder for the synthetic WASM code.Methods in de.inetsoftware.jwebassembly.module with parameters of type WasmCodeBuilderModifier and TypeMethodDescriptionprivate void
ModuleGenerator.writeMethodImpl
(FunctionName name, WasmCodeBuilder codeBuilder) Write the method instruction to the Wasm writer.private void
ModuleGenerator.writeMethodSignature
(FunctionName name, FunctionType funcType, WasmCodeBuilder codeBuilder) Write the parameter and return signaturesConstructors in de.inetsoftware.jwebassembly.module with parameters of type WasmCodeBuilderModifierConstructorDescription(package private)
JavaMethodWasmCodeBuilder
(WasmCodeBuilder codeBuilder) Create an instance(package private)
WasmCodeBuilder
(WasmCodeBuilder codeBuilder) Create a new instance with shared resources -
Uses of WasmCodeBuilder in de.inetsoftware.jwebassembly.watparser
Subclasses of WasmCodeBuilder in de.inetsoftware.jwebassembly.watparser