-
🤖The Last Chance to Get in LFX Mentorship in 2023
The LFX Mentorship Term 3 (from September to November) is open to apply! Contributing to WasmEdge through a paid LFX / CNCF internship program is a sure way to future-proof your resume and skill sets! If you’re interested in making contributions to the CNCF-hosted projects, like WasmEdge, grab the last opportunities in 2023. You will gain the following benefits when you contribute to CNCF-hosted projects like WasmEdge through the LFX Mentorship program.…
-
WasmEdge 0.12.1 released with new plugin system, new Wasm APIs for AI, advanced socket networking, etc
WasmEdge 0.12.0 and 0.12.1 are released. The two releases bring a host of new features, optimizations, and bug fixes that further enhance the performance, security, and versatility of WasmEdge. Key features: New plugin system makes it easy for community to add features to WasmEdge New Wasm APIs for AI, observability and networking through plugins Advanced socket networking Better embedding through improved host SDKs Performance and compatibility enhancements New plugin system A WasmEdge plugin C API is introduced in WasmEdge 0.…
-
WebAssembly Talks at Open Source Summit North America
Are you ready for the Open Source Summit North America 2023 conference? This year, the conference also highlights many exciting WebAssembly (Wasm) content, with several talks dedicated to this innovative technology, covering Wasm in TEE, K8s and Wasm etc. Whether you’re a seasoned Wasm developer or just starting out, these talks are sure to capture your attention and inspire you to explore the possibilities of this platform-agnostic binary format. So mark your calendars for May 10-12 and get ready to dive into the world of Wasm!…
-
WebAssembly @ KubeCon + CloudNativeCon EU 2023
KubeCon + CloudNativeCon EU 2023, happening in Amsterdam from April 18-21, the most exciting event of the year for cloud-native developers and end-users. This four-day conference is the perfect opportunity to stay up-to-date on the latest trends in cloud-native computing, network with peers, and learn from industry experts. Plus, if you're interested in WebAssembly, note that WasmEdge maintainers and community members will be among the speakers, exhibitors, and attendees, sharing their experiences and insights.…
-
🥳 Contribute to the WasmEdge Project via the CNCF LFX Mentorship 2022 03-Sept-Nov
Do you ever feel it's hard to contribute to an open source project? You may not know where to get started. You may be a little shy to share your insights with other people. If you were, the LFX mentorship program (similar to GSoC) is for you! If accepted as a mentee, you will be assigned experienced mentors from the WasmEdge team, and learn valuable software development skills. You will also receive a stipend of $3000 to $6600, depending on your location, so that you can focus on the work.…
-
WasmEdge Community Meeting: Wasi-crypto, Wasi-nn Proposal & India Devs Community
The WasmEdge maintainers host a monthly community meeting on the first Tuesday every month to share technical and community updates. On 5th July, the WasmEdge community discussed the runtime's implementation of wasi-nn and wasi-crypto proposals and the developer evangelizing in India for WasmEdge. Full video here. It's worth mentioning that all the speakers in WasmEdge July community meeting are from the community. Anyone interested is more than welcome to speak and discuss!…
-
LFX Mentorship: Becoming an Open Source Contributor to Exciting CNCF Projects
This article is by gusye1234, a LFX mentorship mentee for WasmEdge project, who is implementing the wasi-nn proposal. Hi, I'm gusye1234, an MSc. Computer Science student from China. My contributions to WasmEdge mainly focus on the wasi-nn proposal. I have completed the first milestone of the wasi-nn project. There is more to achieve and future work left to do, like supporting more types of AI models for WasmEdge.…
-
🥳 Contribute to the WasmEdge Project via the CNCF LFX Mentorship Summer Term 2022
LFX mentorship Summer(similar to GSoC) is coming. Contribute to the WasmEdge project. Make your mark in Open Source, and earn a stipend of $3000 to $6600! Click here to learn about sonder-joker's journey on WasmEdge LFX mentorship。 A brief introduction of WasmEdge WasmEdge is a cloud-native WebAssembly runtime hosted by the CNCF. It is widely used in modern web application architectures (Isomorphic & Jamstack applications), microservices on the edge cloud, serverless SaaS APIs, embedded functions, smart contracts, and smart devices.…
-
🤖 CNCF LFX Mentorship: From knowing nothing about cryptography to implementing wasi-crypto in WasmEdge
Author: sonder-joker WasmEdge is selected for GSoC 2022 through LFX Mentorship. Application open until 19th April, 2022. Come apply now. I'm a BSc software engineering student who likes open-source, software infrastructure, and challenging work. I applied for the WasmEdge CNCF LFX Mentorship Fall 2021 to support the WASI-Crypto proposal. The reason why I chose this project was that I wanted to participate in the development of an open-source project for some challenging work.…
-
How to Extend WebAssembly with Host Functions
By DarumaDocker,WasmEdge Contributor in charge of the development of WasmEdge-bindgen WebAssembly was developed for the browser. It gradually gain popularity on the server-side, but a significant disadvantage is its incomplete functionality and capability. The WASI proposal was initiated to solve these problems. But the forming and implementation of a standard is usually slow. What if you want to use a function urgently? The answer is to use the Host Function to customize your WebAssembly Runtime.…