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...
Thanks for the hint.
Harold, however, no special Kotlin support is needed.
h
Harold Martin
02/14/2024, 10:24 PM
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.