Uses of Class
de.inetsoftware.jwebassembly.module.WasmCodeBuilder
-
Packages that use WasmCodeBuilder Package Description de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.watparser -
-
Uses of WasmCodeBuilder in de.inetsoftware.jwebassembly.module
Subclasses of WasmCodeBuilder in de.inetsoftware.jwebassembly.module Modifier and Type Class Description (package private) class
JavaMethodWasmCodeBuilder
Convert Java Byte Code to a list of WasmInstruction.Methods in de.inetsoftware.jwebassembly.module that return WasmCodeBuilder Modifier and Type Method Description private 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 WasmCodeBuilder Modifier and Type Method Description private 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 WasmCodeBuilder Constructor Description JavaMethodWasmCodeBuilder(WasmCodeBuilder codeBuilder)
Create an instanceWasmCodeBuilder(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 Modifier and Type Class Description class
WatParser
Parser for text format of a function.
-