Closed lvh closed 1 year ago
Hi @lvh, thanks for the issue. I've filed https://github.com/oracle/graal/issues/5499 but it looks like the problem will remain. We're considering an alternative markdown parser implementation that works without graaljs.
Awesome, thanks! Do we need Graal to fix this, by the way? Could we catch that exception and feature-detect our way out of this ourselves? That sounds easier than a new markdown impl :)
EDIT: oops: just saw the last part of your ticket. I'm as confused as you are as to why this works on temurin/adoptopenjdk and I'll watch that ticket :)
(I have already resolved this issue as I'm writing it; I'm filing and immediately closing this so that it's hopefully easy to find for the next person, since the error is not super obvious unless you're steeped pretty deep in GraalVM developments. Please let me know if you'd rather I do that some other way.)
Fix: upgrade to GraalVM 22.3.0, and install the js runtime again via
gu
. This experimental feature is new in 22.3.0 :)