Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created October 21, 2019 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobmcwhirter/d9b6bf464d991ebd46a9ca147cd5c866 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/d9b6bf464d991ebd46a9ca147cd5c866 to your computer and use it in GitHub Desktop.
Compiled from "module-info.xml"
module org.graalvm.sdk@999-SNAPSHOT {
requires java.logging;
requires java.base;
exports org.graalvm.collections;
exports org.graalvm.polyglot.proxy;
exports org.graalvm.options;
exports org.graalvm.nativeimage.c.function;
exports org.graalvm.word;
exports org.graalvm.polyglot.management;
exports org.graalvm.polyglot.impl to
org.graalvm.truffle;
exports org.graalvm.nativeimage.c.struct;
exports org.graalvm.nativeimage.c;
exports org.graalvm.nativeimage.impl.clinit;
exports org.graalvm.polyglot;
exports org.graalvm.word.impl to
jdk.internal.vm.compiler;
exports org.graalvm.home;
exports org.graalvm.polyglot.io;
exports org.graalvm.nativeimage.c.constant;
exports org.graalvm.nativeimage;
exports org.graalvm.nativeimage.hosted;
exports org.graalvm.nativeimage.c.type;
uses org.graalvm.polyglot.impl.AbstractPolyglotImpl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment