Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created March 30, 2022 19:13
Show Gist options
  • Select an option

  • Save recursivecodes/b26dd25d534eddcc1c44e3794b25c2fa to your computer and use it in GitHub Desktop.

Select an option

Save recursivecodes/b26dd25d534eddcc1c44e3794b25c2fa to your computer and use it in GitHub Desktop.
build.gradle
graalvmNative {
binaries.configureEach {
buildArgs.addAll(
"-H:+StaticExecutableWithDynamicLibC",
"-Dfn.handler=atp.auto.wallet.fn.Function::handleRequest",
"--initialize-at-build-time=atp.auto.wallet.fn"
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment