Stream: wasmtime

Topic: Godbolt: piping wasm output directly into wasmtime


view this post on Zulip Alex Crichton (Feb 28 2025 at 21:01):

Awhile back Afonso I believe added Wasmtime integration to godbolt.org (nice!). One thing that'd be awesome to see if someone's interested to work on this would be to add a mode where you can compile some Rust source code to wasm, then feed that wasm into Wasmtime, then see the disassembly of Wasmtime's compiled object file. This can't be done today as far as I know and I'm not sure how difficult it would be, but if there's any interested godbolt hackers reading this my hope is to snipe one of you into doing this :)

(not urgent by any means of course, but figured I'd drop this somewhere!)

Compiler Explorer is an interactive online compiler which shows the assembly output of compiled C++, Rust, Go (and many more) code.

Last updated: Apr 09 2025 at 15:05 UTC