-
Win a Free Linux Foundation Certification Exam or Course Voucher by Contributing to WasmEdge
As a proud CNCF silver member, Second State is excited to offer 10 free vouchers (valued from $300 to $600 each) for Linux Foundation Exam/ Linux Foundation Training Course to new WasmEdge contributors. By gifting these vouchers, we hope to encourage further open-source contributions and support developers in gaining new skills and knowledge. All you need to do is to make a contribution to the WasmEdge project! Rules: 10 new contributors for all the repos under the WasmEdge org between Feb 20th and August 30th, 2024 will win a voucher code to claim a free training course or certification exam in Linux Foundation Training & Certification Catalog, excluding WasmEdge's LFX Mentorship, GSoC, OSPP, GSoD mentees during the time, and Second State’s paid interns or employees.…
-
Meet WasmEdge at Open Source Summit Japan 2023
Open Source Summit Japan, on December 5-6 at TOKYO, JAPAN, is a premier event for tech leaders to network, learn about new open source technologies, and discover competitive advantages in open source areas. WasmEdge will present at the Open Source Summit Japan. These talks are a glimpse into the future of technology, offering insights into AI, Rust, Wasm, microservices, and hybrid container architectures. Join us as we explore these cutting-edge topics that are shaping the future of the tech world.…
-
Second State joins the Autoware Foundation
Second State has joined the Autoware Foundation as an industry member. Through collaboration with the Foundation and member organizations, Second State aims to create and promote an open-source virtualization runtime for Software Defined Vehicles (SDVs). According to a recent paper on IEEE Spectrum, a typical car has 50+ software vendors. Traditional automotive engineering keeps those heterogeneous software components safe via hardware isolation. That is to enclose each vendor’s software in its own hardware known as an ECU.…
RustWebAssemblyAutomobilesSDVsWasmEdgeopen-sourceAutowareEdge Computing
-
🥳 WasmEdge (formerly SSVM) is now a CNCF Project
The WasmEdge Runtime (formerly SSVM) is a lightweight and high-performance WebAssembly (WASM) VM optimized for edge computing. It is widely used in scenarios ranging from cloud serverless functions, SaaS, blockchain smart contracts, IoT, to automotive real time applications. WasmEdge has recently been accepted by the CNCF Foundation as a sandbox project, which is the world's first official CNCF WebAssembly runtime project. We envision that it will fill an important role in CNCF’s open source cloud computing landscape as a mission critical lightweight runtime for edge clouds.…
-
Access JavaScript functions from Rust
In this tutorial, we will show you how to use the nodejs-helper crate to call Node.js functions from Rust code. Rust functions can now access the file system, network, database, and other system resources from within the WebAssembly container. It is important to note that a better way for Rust programs to access system resources is through the WebAssembly WASI extension, as well as numerous host extensions provided by the SSVM.…