Use custom programming language at vercel serverless functions
Answered
Say's Phoebe posted this in #help-forum
Say's PhoebeOP
I want to use Zig programming language at vercel serverless functions, how to do this?
Answered by joulev
you have to get a [vercel runtime](https://github.com/vercel/vercel/blob/main/DEVELOPING_A_RUNTIME.md) for zig first, either by finding a community-developed one or by making one yourself
2 Replies
@Say's Phoebe I want to use Zig programming language at vercel serverless functions, how to do this?
you have to get a [vercel runtime](https://github.com/vercel/vercel/blob/main/DEVELOPING_A_RUNTIME.md) for zig first, either by finding a community-developed one or by making one yourself
Answer