TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Amex's FaaS Uses WebAssembly Instead of Containers

3 点作者 farmerbb5 个月前

2 条评论

seanmceligot5 个月前
&quot;A key reason behind Amex&#x27;s adoption of WebAssembly is that WebAssembly demonstrated superior performance metrics compared to containers.&quot;<p>Wasm faster than containers? I guess they mean under there specific circumstances. Rust or C on a Linux container running machine code should definitely be faster than Wasm bytecode.
giorgioz5 个月前
I wonder what source language they are using that will be compiled to WebAssembly. I also wonder how they built their FaaS infrastructure. A possibility is that they used the open source Firecracker (written in Rust) which powers AWS Lambda.