Reader

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

| InfoQ | Default

Recently, multiple languages have begun supporting compilation to WebAssembly (Wasm), allowing developers to build real polyglot systems. Chicory is a Wasm interpreter for the JVM with zero native dependencies and can run on any JVM. As wazero in the Go ecosystem, Chicory promises developers to safely interact with libraries written in any language supported by the Wasm ecosystem.

By Olimpiu Pop