Uses of Class
de.inetsoftware.jwebassembly.WasmException
Packages that use WasmException
-
Uses of WasmException in de.inetsoftware.jwebassembly
Methods in de.inetsoftware.jwebassembly that return WasmExceptionModifier and TypeMethodDescriptionstatic WasmExceptionCreate a wrapped exception needed with an additional message.static WasmExceptionCreate a wrapped exception needed.static WasmExceptionCreate a wrapped exception needed.static WasmExceptionWasmException.create(Throwable cause, String sourceFile, String className, String methodName, int lineNumber) Create a wrapped exception needed.Methods in de.inetsoftware.jwebassembly that throw WasmExceptionModifier and TypeMethodDescriptionprivate voidJWebAssembly.compile(ModuleWriter writer, WasmTarget target) Convert the added files to a WebAssembly module.byte[]JWebAssembly.compileToBinary()Convert the added files to a WebAssembly module in binary representation.private voidJWebAssembly.compileToBinary(WasmTarget target) Convert the added files to a WebAssembly module in binary representation.voidJWebAssembly.compileToBinary(File file) Convert the added files to a WebAssembly module in binary representation.voidJWebAssembly.compileToBinary(OutputStream output) Convert the added files to a WebAssembly module in binary representation.JWebAssembly.compileToText()Convert the added files to a WebAssembly module in text representation.private voidJWebAssembly.compileToText(WasmTarget target) Convert the added files to a WebAssembly module in text representation.voidJWebAssembly.compileToText(File file) Convert the added files to a WebAssembly module in text representation.voidJWebAssembly.compileToText(Appendable output) Convert the added files to a WebAssembly module in text representation. -
Uses of WasmException in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module that throw WasmExceptionModifier and TypeMethodDescriptionprivate voidModuleGenerator.iterateMethods(ClassFile classFile, Consumer<MethodInfo> handler) Iterate over all methods of the classFile and run the handler.private voidModuleGenerator.prepareMethod(MethodInfo method) Prepare the method.private voidJavaMethodWasmCodeBuilder.writeCode(CodeInputStream byteCode, ConstantPool constantPool, ClassFile classFile, AnyType returnType) Write the byte code of a method.private voidModuleGenerator.writeMethod(FunctionName name, MethodInfo method) Write the content of a method.private voidModuleGenerator.writeMethodImpl(FunctionName name, WasmCodeBuilder codeBuilder) Write the method instruction to the Wasm writer.private voidModuleGenerator.writeMethodSignature(FunctionName name, FunctionType funcType, WasmCodeBuilder codeBuilder) Write the parameter and return signatures