Fork me on GitHub
#graalvm
<
2022-07-14
>
wcohen15:07:47

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).

wcohen15:07:52

(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)