Does anyone have recommendations for using wasm on...
# webassembly
h
Does anyone have recommendations for using wasm on any of the serverless/faas providers? I'm currently trying to compare CloudFlare vs Vercel vs Fastly which all claim to support wasm but don't specifically reference Kotlin...
s
All you need is simple static file hosting.
m
s
Thanks for the hint. Harold, however, no special Kotlin support is needed.
h
Thanks, but I'm not asking about hosting wasm for client side deploys. I'm talking about using faas platforms for executing server side. For future readers, it seems this is typically done by bundling the compiled asm file with a JS wrapper that takes care of initial request handling and loading the wasm bundle.