java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Extism Java Host SDK enables Java programs to embed and run WebAssembly plugins.

Results 4 java-sdk issues
Sort by recently updated
recently updated
newest added

It looks like we [almost](https://github.com/extism/java-sdk/pull/12/files#diff-51d2f175da276fc562f4497dd93f0152eb24ee98680029742f9f5a9764b093d7R19) made it public before. 👾 Thanks to `bob` [on Discord](https://discord.com/channels/1011124058408112148/1050089728868884501/1259236880508129322) for pointing this out!

Hi, (#3) I have used this method in other projects. It's really simple but effective. Before bundling the java-sdk, I run a script to fetch and include libextism in the...

We should be able to bundle the shared objects with the jar. This could simplify deployment. There seem to be a instructions on how to do this written online.