Live data from Hacker News

Show HN: Faasta – A self-hosted Serverless platform for WASM-wasi-HTTP in Rust

github.com

31–33 of 33 posts

Re: Show HN: Faasta – A self-hosted Serverless platform for WASM-wasi-HTTP in Rust

#31
post #14

Bun likely has a larger footprint than this but it's also gaining lots of traction: https://bun.sh/docs/runtime/loaders How might this project differentiate itself from Bun as it grows? Because Bun aims to be compact and fast (fast being the priority in their case).

That this is like Bun is a stretch. This runs anything directly that can compile to WASI P2. Bun polyfills wasi-js to run WASI P1 inside JS.

Re: Show HN: Faasta – A self-hosted Serverless platform for WASM-wasi-HTTP in Rust

#32

You could link to faasta.xyz in github about and add EXAMPLES there. The lambdas should be able to be accessible via http(s) e.g. https://square.faasta.xyz/3 => 9 https://faasta.xyz/square/3 => 9 Great idea if done right!

Thanks for the feedback, I've added the URL to about, I originally supported path prefix and subdomains, but I found it slightly more confusing to communicate to users. I'm definitely planning on more example.

  > I originally supported path prefix and subdomains
please bring them back!
Post reply on HN