Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Graal native-image build of Java Schnorr Example #29

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 15, 2024

  1. WIP: Graal native-image build of Java Schnorr Example

    To build native image use:
    
    ./gradlew secp256k1-examples-java:nativeCompile
    
    Build currently fails on macOS with:
    
    Error: Support for the Foreign Function and Memory API is currently available only on the AMD64 architecture
    
    Note: the Arena.ofConfined() change should probably not be merged to `master`,
    but is currently necessary to work with native-image.
    msgilligan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0cd5fae View commit details
    Browse the repository at this point in the history