fromInfoWorld
1 week agoGraalVM 25 arrives, backed by JDK 25
In GraalJS, a JavaScript language implementation built on GraalVM, GraalVM 25 enables source-phase imports from WebAssembly modules ( import source mod from "./mod.wasm") by default if the js.webassembly option is enabled and the js.source-phase-imports option is not set to false. ECMAScript 25 also is enabled by default. With GraalWasm, an open source WebAssembly runtime, Context.eval now returns a compiled (but not yet instantiated) module object, rather than a module instance.
Software development