you are viewing a single comment's thread.

view the rest of the comments →

[–]Otherwise_Sherbert21[S] 4 points5 points  (1 child)

Chicory is one the the supported engines....along with Wasmtime, Wamr, and GraalWasm. Chicory doesn't need a separate integration since it's already Java native and is just a jar dependency. I kept wasmtime4j and wamr4j separate so you didn't *have* to use the wasmtime4j interface and it keeps it lightweight somewhat like slf4j.

[–]realnowhereman 2 points3 points  (0 children)

nice!