Yuto Kawamura
Yuto Kawamura
Hi, thanks for reporting the issue :) I think the problem here is that alpine linux by default provides only musl libc apparently, while shared object of wasmtime-java JNI component...
Have you run `ldconfig` between `apk add` and `ldd`? I think `ldd` relies on cache so you have to refresh it first. Not sure if related but some ggling told...
What do you mean by "type string"?
Thanks for complementing the question @zageyiff. In that regard, no wasmtime-java doesn't provide such special type support for string. wasmtime-java project intends to provide equivalent APIs offered by wasmtime (rust)...
Hi @BjoernAkAManf , thanks for your proposal! Leaving the discussion of the API for a PR, I think providing a way to custom behavior around native library loading itself is...
I see, these requirements are reasonable I think. So basically you want to put a custom (signed) native library to the location (application-local directory) through the build process and let...
> i would therefore prefer being able to write the currently shipped binary to disk. So you want wasmtime-java to extract the pre-built jar out of it and use still,...
Ok, so in summary: In development phase: * Pull this repository and build manually just by `./gradlew build`
It's not easy for now as github actions doesn't provide M1 mac as an execution environment. We might be able to cross-build a shared library for aarch64 without any tests...
@syedfaizanalef The situation remain the same. Github actions still does not support aarch64 mac, and compiling for the aarch64-apple-drawin on an intel mac fails by zstd-sys, even with latest dependency...