WASM in Rust
Let’s make something more than the basic WASM example that adds 2 numbers together! https://doc.rust-lang.org/rustc/platform-support/wasm32-wasip1.html We’ll do a toy Bitcoin address validator. (Note, it’s not a real one, we’ll just use SHA256 twice). https://github.com/RGGH/tool_sigcheck 🚀 Rebuild & Run (WASI Preview 1) 1️⃣ Build for wasip1 2️⃣ Run with Wasmer 🔧 Fix: Add _start for WASI […]