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

Wasmtime bindings for Java

Results 15 wasmtime-java issues
Sort by recently updated
recently updated
newest added

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.3 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...

dependencies

Heya, I'd like to use this project on arm64 but it's apparently not supported? Is it possible to try building it anyway?

I have 0 experience with Rust, and this project will not build for me. Maybe we could have something deployed to Maven Central or something. I'd like to try it,...

Hello! I am interested by loading in Java a WebAssembly created using the crate `wit_bindgen`. Actually I was looking for the Java bindings for this but I could not find...

https://docs.wasmtime.dev/examples-rust-multi-value.html This should cleanup a complex area right now in the Java to WASM bridge which requires a heap allocated reference type be passed into the function right now. This...