I am new to kt/wasm, is it possible to build spring. Micronaut app to wasmedge, please advise if there is any example. thanks for helping
r
Rikito Taniguchi
02/19/2024, 8:03 AM
WasmEdge haven't supported WasmGC yet https://github.com/WasmEdge/WasmEdge/issues/1122 (none of pure WASI runtime including wasmtime haven't supported WasmGC unfortunately)
So, we can't deploy Kotlin/Wasm generated Wasm to wasmedge at this moment AFAIK.
m
Manchi L.
02/19/2024, 1:21 PM
thanks, alternative to wasmedge, which wasm runtime will be the best to support wasmgc so that technically it is possible to run spring app?