Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
1 / 5
0

Introducing wasi-grpc for Spin | Akamai

Akamai·Sep 08, 2025 Brian Hardock·about 1 month ago
#DF9Sfo0e
#spin34#developers#spin#grpc#wasi#helloworld
Reading 0:00
15s threshold

Blog Developer Blog Introducing wasi-grpc for Spin Brian is a Senior Software Engineer at Akamai. He is the lead on the Functions developer experiences team and a core maintainer of the CNCF Spinframework/Spin project. Modern microservice ecosystems often rely on gRPC for efficient, strongly typed communication. gRPC builds on top of HTTP/2, taking advantage of multiplexed streams and binary serialization (Protobuf) to deliver high throughput and low latency. Until Spin 3.4, Spin components could only make outbound HTTP/1.1 requests. This meant gRPC clients could not run inside Spin directly; developers instead had to rely on sidecars or proxy services to bridge the gap. This added extra complexity and slowed down applications. Spin 3.4 introduces outbound HTTP/2 support, enabling components to act as first-class gRPC clients. Spin applications can now call into existing gRPC-based systems, cloud APIs, and service meshes directly, without workarounds.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More