How do most people around here tend to execute/run wasm modules inside of their rust code?
From my rust application or compile rust to wasm? For the first, I use https://github.com/bytecodealliance/wasmtime to run wasm modules in-process with my app. For the second case, I recommend checking out https://spin.fermyon.dev/
Last updated: Nov 22 2024 at 16:03 UTC