-
extism
The framework for building with WebAssembly (wasm). Easily & securely load wasm modules, move data, call functions, and build extensible apps.
Note that this is a very early stage of the java-sdk, with some tentative API. The extism team is looking forward to your feedback :) (Disclaimer: java sdk contributor)
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
Your set up steps involve installing native libraries. I'd recommend using something like https://github.com/scijava/native-lib-loader to publish those as part of the JAR as well to eliminate that. Then it behaves like a typical Java library; it's downloaded from Maven and just works out of the box. https://github.com/java-native/jssc is an example of it in use.
-
Your set up steps involve installing native libraries. I'd recommend using something like https://github.com/scijava/native-lib-loader to publish those as part of the JAR as well to eliminate that. Then it behaves like a typical Java library; it's downloaded from Maven and just works out of the box. https://github.com/java-native/jssc is an example of it in use.