Skip to content

Commit 68a5f9e

Browse files
committed
wasm debug env
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
1 parent 278cde8 commit 68a5f9e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
116116
test-wasm:
117117
runs-on: ubuntu-latest
118+
env:
119+
WASMTIME_BACKTRACE_DETAILS: 1
118120
steps:
119121
- uses: actions/checkout@v3
120122

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jemallocator = { version = "0.5", optional = true }
3636
perfcnt = { version = "0.8", optional = true }
3737

3838
ref-cast = "1.0"
39+
wasmtime = "4.0.1"
3940

4041
[dev-dependencies]
4142
float-cmp = "0.10"

0 commit comments

Comments
 (0)