Chicory - a WebAssembly Interpreter Written Purely in Java With Zero Native Dependencies
Briefly

Wasm's sandboxed memory model ensures safety by limiting access to system resources; no objects/heap means efficient execution for low-level languages, ideal for running untrusted code.
Chicory, a Wasm interpreter for JVM, akin to Graal, requires only a jar library and runs without native dependencies; inspired by wazero from the Go ecosystem.
Read at InfoQ
[
|
]