GoloScript and WebAssembly
Addendum: Optimizing the WASM Communication Protocol
Search for a command to run...
Articles tagged with #wasi
Addendum: Optimizing the WASM Communication Protocol
v0.0.0-alpha.4
The goal of this article is to explain how to make an LLM roll dice by asking it to do so in natural language, using the MCP (Model Context Protocol), an LLM, Ollama, and finally using LangchainJS to orchestrate it all. As a reminder: MCP, or Model ...

If you need an introduction to MCP, you can read this blog post: Understanding the Model Context Protocol (MCP) How it all started Recently, for a future demonstration, I needed an MCP server that could be used by a ChatBot (the ChatBot would "ask" ...

Today, if you want to run WASM programs from Java, you can find several solutions: Wasmer Java is a WebAssembly runtime for Java from Wasmer. It's probably one of the oldest in the history of the Java WASM runtimes. But there has been no activity on...

Use Mistral Function Calling support and Ollama to run WASM Rust functions with Parakeet and Extism
