Lines Matching refs:foo
8 rustc foo.rs --target=wasm32-wasip1 -C debuginfo=2
12 <summary>foo.rs</summary>
34 $ wasmtime -D coredump=/tmp/coredump foo.wasm
36 thread 'main' panicked at 'attempt to subtract with overflow', foo.rs:10:7
38 Error: failed to run main module `foo.wasm`
49 $ wasmgdb foo.wasm /tmp/coredump
54 #12 000010 as a (v=???) at /path/to/foo.rs
55 #11 000009 as c (v=???) at /path/to/foo.rs
56 #10 000011 as b (v=???) at /path/to/foo.rs
57 #9 000010 as a (v=???) at /path/to/foo.rs
58 #8 000012 as main () at /path/to/foo.rs