WebAssembly components As with all programming, the goal of writing a component is to make new functionality available by building it out of existing functionality. A WebAssembly component runs on a platform, which may be a Web browser, a stand-alone runtime, or even an operating system (when compiling WebAssembly to an executable). By running the component, the platform gains the functionality th

