Stream: general

Topic: wasm module rust


view this post on Zulip Daniel Macovei (Jul 01 2022 at 16:25):

How do most people around here tend to execute/run wasm modules inside of their rust code?

view this post on Zulip Bailey Hayes (Jul 01 2022 at 17:34):

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/

A standalone runtime for WebAssembly. Contribute to bytecodealliance/wasmtime development by creating an account on GitHub.
Spin is a framework for building and running event-driven microservice applications with WebAssembly (Wasm) components. With Spin, we’re trying to make it easier to get started with using WebAssembly on the server so that we can all take advantage of the security, portability, and speed WebAssembly provides when it comes to running microservices.

Last updated: Oct 23 2024 at 20:03 UTC