Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 345 Bytes

File metadata and controls

6 lines (5 loc) · 345 Bytes

Safe, Fast, and Easy: Building a Plugin System with WebAssembly

Adding plugins to your Go program used to mean cross-compilation issues, security vulnerabilities, and slow speeds. Thanks to WebAssembly, this is no longer the case. In this tutorial, you will learn how to build a fast and secure plugin system powered by WebAssembly and WASI.