* add lldb runner * don't build wasmtime * use brew's lldb * disable for macos * set LLDB on linux * re-org gh actions and cfg * address feedback
7 lines
136 B
YAML
7 lines
136 B
YAML
name: 'Set up a DWARFDUMP env'
|
|
description: 'Set up a DWARFDUMP env (see tests/debug/dump.rs)'
|
|
|
|
runs:
|
|
using: node12
|
|
main: 'main.js'
|