wasmtime-java
wasmtime-java copied to clipboard
Java or JVM-language binding for Wasmtime
Sorry if this is a wrong place to ask, I couldn't find discussions or any other channel. I get "out of bounds" and "buffer underflow" errors in some cases When...
Can you help me implement the type method of Func to obtain the FuncType object? Like the c++ example below ``` /// Returns the type of this function. FuncType type(Store::Context...
Is there a way to pass data into stdin via wasi context? When file already exist it will be truncated during wasi context creation ``` final var stdinPath = Paths.get("./wasm/io/stdin.txt");...
I generate .wasm from cpp with emcc , pass malloc address to java, but can not read value by ByteBuffer, also can not modify value by ByteBuffer when read value...
Hi, I am trying to call an exported function. I am getting an opaque wasmtime runtime exception and I can't figure out why. I know the wasm module is correct...
Hi, is Windows 32bit supported in future? Best regards!
- do you plan to support M1/M2 mac? - can you make this jar modularized?
Hi, I am using this below OPA Java implementation with the below configurations and getting the below error: Dependency version : 'io.github.sangkeon:java-opa-wasm:0.2.5' Spring boot Version: 'org.springframework.boot' version '3.2.4' Container base...