https://github.com/rinx/graalvm-java-cgo-test
This is a sample code for https://github.com/oracle/graal/issues/2711
https://github.com/rinx/graalvm-java-cgo-test
Last synced: 8 months ago
JSON representation
This is a sample code for https://github.com/oracle/graal/issues/2711
- Host: GitHub
- URL: https://github.com/rinx/graalvm-java-cgo-test
- Owner: rinx
- License: epl-2.0
- Created: 2020-07-25T07:19:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T07:21:10.000Z (almost 6 years ago)
- Last Synced: 2025-10-10T02:00:00.467Z (8 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graalvm-java-cgo-test
Build
---
GraalVM 20.1.0 Java11 and `native-image` are required.
$ make target/call_from_go
To run
$ export LD_LIBRARY_PATH=target/native
$ ./target/call_from_go