> Are there any examples of embedding GraalVM in an existing native application (such as the noted idea of having GraalVM accessible inside of MySQL)?
The GraalVM in MySQL will be released soon and that will be the best example of embedding GraalVM in native projects.
The API for embedding in native applications is still experimental: it might change slightly in the few following versions. You can find the API with documentation in the polyglot_api.h file in the GraalVM distribution.
The GraalVM in MySQL will be released soon and that will be the best example of embedding GraalVM in native projects.
The API for embedding in native applications is still experimental: it might change slightly in the few following versions. You can find the API with documentation in the polyglot_api.h file in the GraalVM distribution.