GopherCon 2022: Kyle Conroy - 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.
Back to Top