Skip to content

Latest commit

 

History

History
executable file
·
40 lines (27 loc) · 1.51 KB

README.md

File metadata and controls

executable file
·
40 lines (27 loc) · 1.51 KB

stack

Proof of concept for building app with multiple serverless function on vercel

Validate multiple serverless functions and advantages of different technology stacks

Check out Serverless Functions Overview | Vercel Docs for more details.

Initially, using src/app directory failed, serverless function API proxy and custom directory support was not available.

Therefore, I switched to a structure similar to the rust-runtime demo. and for now, I am testing WebAssembly.



cover

Deploy on Vercel

WASM will not be updated, and the test code has no correlation.

The reason for the directory( /api, /pages/api, /fn ) is to find a way to combine multiple serverless functions, and I am still trying and waiting for more possibilities.


Deploy with Vercel

Or

GitHub Logo

Check out Deploying GitHub Projects with Vercel for more details.