📄️ Install Notes
To use a kind of WasmEdge language SDK, you must install WasmEdge itself first. Please be noted, he version of WasmEdge's language SDKs should be the same as the version of WasmEdge. For example, If you want to use WasmEdge Go SDK v{{ wasmedgegoversion }}, then your WasmEdge version must be {{ wasmedgegoversion }} as well.
📄️ Create a WASM app using Rust and wasmedge-bindgen
In the previous chapter, we learned how to install WasmEdge and WasmEdge Go SDK. This chapter will teach us how to create a WASM app using Rust and wasmedge-bindgen tool.
📄️ Embed the WASM app into your Go Host app
In the previous chapter, we learned how to create a WASM app using Rust and wasmedge-bindgen tool. In this chapter, I will walk you through how to embed the compiled WASM app into your Go Host app.