graalvm

wcohen 2022-07-14T15:34:47.648159Z

Has anyone gotten the --upgrade-module-path options to work in a deps.edn file? I'm trying to use graaljs on a stock JDK but have graaljs use the graalvm compiler (https://www.graalvm.org/22.1/reference-manual/js/RunOnJDK/#graalvm-javascript-on-jdk-11).

wcohen 2022-07-14T15:35:52.721929Z

(use case -- fallback to emscripten-transpiled JS when panama/jna ffi isn't available to lack of a compiled binary, to ensure that a native library works on all platforms)