Search results for: wasmedge


Time-series data ingestion from Rust WebAssembly application, leveraging GreptimeDB and WasmEdge

Posted on January 17, 2024

Member post originally published on Medium by Greptime What is WebAssembly WebAssembly is a new instruction format that offers cross-platform compatibility and execution speeds close to native machine code. By compiling C/C++ or Rust code into…


WasmEdge and OpenYurt bring cloud computing to the edge

Posted on February 7, 2022 | Vivian Hu, Michael Yuan, and Chen Jin

Guest post by Vivian Hu and Michael Yuan from Second State with the help from Chen Jin from the OpenYurt project. Edge computing is a distributed application architecture that places computational resources (eg, CPU and storage)…


Cloud Native Computing Foundation Announces Line-up for KubeCon + CloudNativeCon China 2025

Posted on March 12, 2025

This June in Hong Kong, cloud native enthusiasts from across Asia and around the world will convene to move forward cloud native, open source, and AI technologies Hong Kong, China, 12 March, 2025 – The Cloud…


Congratulations to 45 CNCF Term 2 2024 LFX Program mentees!

Posted on September 27, 2024

Mentorship blog by Nate Waddington, Head of Mentorship & Documentation at CNCF We are thrilled to share that 45 CNCF mentees with the LFX Program have successfully completed their mentorship.     Numerous CNCF projects across Graduated, Incubating,…


Building a translation agent on LlamaEdge

Posted on August 26, 2024

Member post originally published on Second State’s blog Prof. Andrew Ng’s agentic translation is a great demonstration on how to coordinate multiple LLM “agents” to work on a single task. It allows multiple smaller LLMs (like Llama-3 or…


Top 3 edge AI trends to look for in 2024

Posted on August 2, 2024

Member post by Abhijeet Kakade, Senior Marketing Expert at MSys Technologies 2023 was the year AI technologies became mainstream. What once was seen in movies is now a staple in daily business operations. AI is integrated…


CNCF celebrates successful mentees from LFX Program Term 1 2024!

Posted on June 19, 2024

Congratulations to CNCF’s 2024 Term 1 (March – May) LFX Program mentees who have finished the program successfully! Following a three-month program working with 28 different Graduated, Incubating, and Sandbox projects, including Antrea, Istio, KubeEdge, OpenTelemetry,…


A new course: how to use Dapr and WebAssembly to build scalable and secure cloud apps

Posted on May 10, 2024

If it’s time to expand your skill set and master relevant new technologies, Linux Foundation Training and Certification and the Cloud Native Computing Foundation have a new course, Dapr with WebAssembly (LFD233). At a time when…


WebAssembly on Kubernetes: the practice guide (part 02)

Posted on March 28, 2024 | Seven Cheng

Community post by Seven Cheng | View part one here In the previous article, I gave an overview of Wasm’s features and advantages. I also explained how to run Wasm modules within container environments. In this…


WebAssembly on Kubernetes: from containers to Wasm (part 01)

Posted on March 12, 2024 | Seven Cheng

Community blog by Seven Cheng WebAssembly (Wasm) was originally created for the browser, and it has become increasingly popular on the server-side as well. In my view, WebAssembly is gaining popularity in the Cloud Native ecosystem due…