I am really excited to test wasm with Docker: <htt...
# webassembly
h
I am really excited to test wasm with Docker: https://docs.docker.com/desktop/wasm/ I created a small sample but I get a runtime error:
Others("integer representation too long")
. Maybe because the wasm target uses 64Bit but the docker runtime supports only 32Bit wasm? https://github.com/hfhbd/kotlin-docker-wasm
Okay, docker uses wasi which is not yet supported: https://youtrack.jetbrains.com/issue/KT-36172