SaaSHub helps you find the best software and product alternatives Learn more →
Chicory Alternatives
Similar projects and alternatives to chicory
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
java-sdk
Extism Java Host SDK enables Java programs to embed and run WebAssembly plugins. (by extism)
-
vault
Koofr Vault is an open-source, client-side encrypted folder for your Koofr cloud storage offering an extra layer of security for your most sensitive files. (by koofr)
-
-
-
-
-
logisim.app
Classic logisim ported to the browser. Design and simulate digital circuits online. Powered by WebAssembly and CheerpJ
-
petrify
Compile your ML Models/ONNX Decision Trees (XGBoost, LightGBM, SciKit-Learn) straight to JVM Bytecode
-
-
-
chicory discussion
chicory reviews and mentions
-
Endive: A JVM native WebAssembly runtime
This is a fork of Chicory, a bit more context of the relationship between the projects can be found here:
https://github.com/dylibso/chicory/issues/1296
-
Lessons from Mixing Rust and Java: Fast, Safe, and Practical
Others should consider Chicory, enabling JVM apps to run wasm code (compiled from Rust or many other languages) at high speed, securely in-process.
JNI introduces a lot of other challenges and sacrifice in terms of portability, memory and retaining observability and control within the JVM.
Chicory even supports AOT compilation to translate wasm bytecode to JVM bytecode for native performance.
https://github.com/dylibso/chicory
-
MilliForth-6502: The smallest Forth real programming language for 6502
This is what I miss about the Red Power mod for Minecraft. I wonder if GregTech would see the fun in adding some sort of CPU that wouldn't be the worst emulation stacked inside of hand written 'machine' op functions...
Offhand, anyone know of any good (either long stable, or better, well maintained and likely to persist) CPU emulators for Java? Something that does 'web assembly' might fit the task if it's reasonable to transpile a fake binary format into real WASM.
The first good search result I got was : https://github.com/dylibso/chicory : better than wasmer-java for this use case since it doesn't depend on native binaries.
Relating this back to the topic. It would be interesting to have to, at least copy in someone else's if not, write your own Forth interpreter to help bootstrap computers.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jul 2026
Stats
dylibso/chicory is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of chicory is Java.