Skip to content

Commit 10cb47b

Browse files
mshimamraible
andauthored
improve README.md (#148)
* improve README.md * Update README.md Co-authored-by: Matt Raible <[email protected]> --------- Co-authored-by: Matt Raible <[email protected]>
1 parent e0e2f3c commit 10cb47b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,14 @@ If you've enabled e2e testing with Cypress, you can verify its operation using t
7575
npm run native-e2e
7676
```
7777

78-
## Build errors
78+
## Native binary runtime errors
7979

8080
GraalVM uses metadata to generate AOT compilation.
81+
8182
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.
8283

84+
Metadata errors are only caught at runtime. It’s recommended to have Cypress e2e tests enabled to help identify issues during continuous integration.
85+
8386
Refer to [GraalVM Reachability Metadata Repository](https://github.com/oracle/graalvm-reachability-metadata/)
8487

8588
# Pre-release

0 commit comments

Comments
 (0)