1. 10
    1. 5

      Hey! Author of the post here (I work at Dylibso). In case it was not clear, this is a pure-Java Wasm run-time. There is also an experimental Extism SDK built on top of it! https://github.com/extism/chicory-sdk

      Why pure-Java? It’s just a library! Pull it in and see if it works for you, you won’t need to rely on any native dependency. With this version we are also shipping both an in-memory and an off-line translator from Wasm to Java bytecode.

      1. 2

        Does this mean one could run wasm blobs on Java Cards? :D

        1. 1

          I don’t think Java Cards support Java 11 but maybe :D