I am new to kt/wasm, is it possible to build sprin...
# webassembly
m
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
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
thanks, alternative to wasmedge, which wasm runtime will be the best to support wasmgc so that technically it is possible to run spring app?
r
See https://webassembly.org/features/ (it seems a bit outdated, Deno already turned on WasmGC support): Garbage Collection and Exception handling proposals are needed (JavaScriptCore is also close to support WasmGC? https://twitter.com/bashorov/status/1733601787263721686 )