Question about Kotlin/Wasm, I tried
Kotlin/Wasm examples in github, however
wabt(Wasm binary toolkit) says the generated wasm binary has problems, and it is failed to be loaded by non-browser wasm VMs, e.g. wasm3.
This youtube
mentioned there is a plan to support other wasm VMs, I thought the wasm binary should be same for all VMs, no matter if it is browser VMs or not, is it true?
And I am curious what is missing to support non-browser wasm VMs. e.g. wasm3.