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 TypeMethodDescriptionbyte[]JWebAssembly.compileToBinary()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.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.