<div dir="ltr">First, big thanks to the folks who have maintained this project.<div><br></div><div>I recently opened a "Feature Request" ticket for "WebAssembly Support in JavaFX WebKit", and stated that I would be happy to help get this support enabled. WebAssembly has been enabled in WebKit since 2017: <a href="https://webkit.org/blog/7691/webassembly/">https://webkit.org/blog/7691/webassembly/</a><div><div><br></div><div>The basic gist is: when I run load the following HTML, I get "undefined" rather than "object":</div><div><br></div><div><-- index.html --></div><div><!DOCTYPE html><br><html><br>  <body><br>    Hello from Webkit!<br>    <div id="console"></div><br>    <script type="text/javascript"><br>      var app = document.getElementById("console");<br>      app.innerHTML = typeof WebAssembly; // Should return "object"<br>  </body><br></html><br><div><br></div>I can see that all of the relevant .h/.cpp files from the WebKit project are indeed included: <a href="https://github.com/openjdk/jfx/tree/master/modules/javafx.web/src/main/native/Source/JavaScriptCore/wasm">https://github.com/openjdk/jfx/tree/master/modules/javafx.web/src/main/native/Source/JavaScriptCore/wasm</a></div><div><br></div><div>I am not sure why this would fail. Might it be that WebAssembly simply needs to be enabled in the JavaFX build script?</div><div><br></div><div>Thank you in advance!</div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Sincerely,</div><div dir="ltr">Richard "RJ" Sheperd<div>Software Engineer</div><div>Spatial Informatics Group, Inc.</div><div><a href="mailto:rsheperd@sig-gis.com" target="_blank">rsheperd@sig-gis.com</a></div></div></div></div></div></div></div>