Beginners Guide to Web Assembly and Wasmer - How To Pass Object

preview_player
Показать описание
💡 In this tutorial, I'll guide you through the process of effectively passing objects in Web Assembly using Wasmer.

🌐 WebAssembly, often abbreviated as Wasm, is a low-level binary format that allows running high-performance code on the web. It provides a portable and efficient solution for executing code in various programming languages within a web browser.

⚙️ Wasmer, on the other hand, is a flexible and lightweight Web Assembly runtime environment that enables developers to execute Wasm modules across different platforms. With Wasmer, you can run Wasm modules not only in browsers but also in server environments or even embedded systems!

Don't forget to hit the like button, subscribe to our channel, and turn on the notification bell 🔔 to stay updated with our latest videos on Web Assembly, Wasmer, and other exciting web development topics 🚀.

Chapters:
00:00 - Intro
00:20 - Adding dependencies for rmp_serde and serde_json
01:00 - Serialize input and write it to memory for WebAssembly module
02:44 - Deserialize input and print it from WebAssembly module
04:02 - Running the code
Рекомендации по теме
Комментарии
Автор

cool video, what do you use to get the lsp info in the top right corner?

robolist