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: Dec 23 2024 at 12:05 UTC