Another thing to be proud of: the tail spec has been merged into the #wazero#wasm runtime. Even though it's relatively simple, it actually took a few weeks to get right in the interpreter and in both backends (arm64 and amd64).
Thanks ncruces and @mathetake for the support!
Connect your apps to AI on your terms. Introducing Turbo MCP, our enterprise-friendly, self-hosted MCP security platform and connectivity gateway.
If you're looking to bring AI productivity to your workplace, Turbo MCP was designed with partners in highly-regulated industries, ready to meet the most rigid security requirements.
👉turbomcp.ai
A type system? No no no no. Why would you go after types? If you show people types, they'll ask "how expressive?" -- and it will never be enough. The lang that was the Java Script killer becomes another Elm.
But if your lang has no types, you can say it's pre-types -- and it's a potential pure play.
What if AI could extend your app’s capabilities?
Steve Manuel (@nilslice), founder and CEO of @dylibso, joins @sjmaple on AI Native Dev to decode MCP and reveal how mcp.run lets developers safely scale AI beyond its original limits.
He dives into how developers can extend AI beyond text, connect to diverse data sources, and design enterprise-grade workflows with confidence, all with MCP.
Catch their full conversation now. Link in the comments.
🚀Announcing BrowserPod: #WebAssembly powered full-stack developer environment in the browser
Run node.js (and soon Python and Rails) environment fully sandboxed in the browser while exposing ports to the wider internet via Portals.
labs.leaningtech.com/blog/br…
a surprising number of programming problems boil down to "make a compiler."
composable queries: compiler
complex config: compiler
complex validation: compiler
request->transform->request: guess what? the "transform" part is a compiler.