Web Fundamentals  |  Google Developers

2355

Loading WebAssembly modules efficientlyWhen working with WebAssembly, you often want to download a module, compile it, instantiate it, and then use whatever it exports in JavaScript. This post explains our recommended approach for optimal efficiency.

pocket source: https://developers.google.com/web/fundamentals/


Related Articles & Comments

Comments are closed.