https://github.com/hisano/wasm-c-api-for-java
https://github.com/hisano/wasm-c-api-for-java
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hisano/wasm-c-api-for-java
- Owner: hisano
- License: apache-2.0
- Created: 2023-06-13T23:40:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T00:59:56.000Z (over 2 years ago)
- Last Synced: 2025-01-07T06:14:48.695Z (12 months ago)
- Language: Java
- Size: 13.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAssembly C API binding for Java
# How to use
See [a sample application](src/test/java/jp/hisano/wasm_c_api/jna/example/Hello.java).
# Bundled WebAssembly Runtime
- [Wasmtime v9.0.4](https://github.com/bytecodealliance/wasmtime/releases/tag/v9.0.4)
- [Wasmber v3.3.0](https://github.com/wasmerio/wasmer/releases/tag/v3.3.0)
- You can use any WebAssembly runtime and version because this library is just a binding.
# Implementation Notes
* Covers [WebAssembly C API](https://github.com/WebAssembly/wasm-c-api)
* Implemented with [JNA](https://github.com/java-native-access/jna)
## License
Apache License Version 2.0