wasmtime-java
wasmtime-java copied to clipboard
Java or JVM-language binding for Wasmtime
Currently, only x86_64 darwin builds of libwasmtime_jni are included in the package. This causes issues on M1 Macs in which the library needs to be manually built for aarch64 darwin....
do support type string?
there are situations like mods for minecraft where we cant disable debug so the lib still logs in the java-side and makes the code run slower, is there any chance...
Besides implementing the above capabilities (similar to the imports PR #31 ), this also adds some documentation from the Rust Binding.
Hi, as a User of this Library i want to be able to control access of IO. In particular i want to be able to specify the path the native...
I would like to humbly request exposing the Module imports function that lists the required imports for a Module. I'll give a try adding it myself and put in a...
nested exception is java.lang.UnsatisfiedLinkError: /tmp/libwasmtime_jni_0.4.0_linux8143220619514777066.so: Error relocating /tmp/libwasmtime_jni_0.4.0_linux8143220619514777066.so: __longjmp_chk: symbol not found
@kawamuray It will be a nice advance if we can use a stream as stdin, stdout and stderr. Currently, I'm trying to transfer the output of my users' wasm program...
It would be great to also get a published version for Android (target `aarch64-linux-android`), which seems to be supported by Wasmtime.
I have a test and it fails. I don't know why the variable `result` equals to 0. ``` String wat = /* a .wat file */; @Test public void myTest(){...