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

improve README.md #148

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
improve README.md
mshima authored Jun 10, 2024
commit 5dee2f258793f962216537fe0d18344382bb88c8
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -75,11 +75,14 @@ If you've enabled e2e testing with Cypress, you can verify its operation using t
npm run native-e2e
```

## Build errors
## Native binary runtime errors

GraalVM uses metadata to generate AOT compilation.

A metadata is designed to support an specific version. Missing library range will be added as best bet and will fall back to latest version.

Metadata errors are only catch in runtime. It’s recommended to have cypress e2e tests enabled.
mshima marked this conversation as resolved.
Show resolved Hide resolved

Refer to [GraalVM Reachability Metadata Repository](https://github.com/oracle/graalvm-reachability-metadata/)

# Pre-release