Join Slack
Powered by
I am really excited to test wasm with Docker: <htt...
# webassembly
h
hfhbd
12/02/2022, 1:21 PM
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
hfhbd
12/02/2022, 2:37 PM
Okay, docker uses wasi which is not yet supported:
https://youtrack.jetbrains.com/issue/KT-36172
59
Views
Open in Slack
Previous
Next