Has anyone tried running Kotlin wasm in cloudflare...
# webassembly
s
Has anyone tried running Kotlin wasm in cloudflare workers? https://developers.cloudflare.com/workers/runtime-apis/webassembly/
a
Yes, @bashor tried.
b
s
awesome! thanks!
c
And if you look at my Kotlin/JS version, it has Miniflare integration which you might find helpful. I haven’t explored converting the miniflare integration to WASM yet.
b
wrangler dev
worked well to me for local testing.
c
I used wrangler dev too for sure, although Miniflare is really helpful to write unit tests
👍 1
175 Views