Commit ec58786
authored
Update to latest StarlingMonkey (#208)
* Update to latest StarlingMonkey
Pulls in bytecodealliance/StarlingMonkey#231
* Strip path prefix
Since for weval we can't map the build dir to something else, we instruct StarlingMonkey to strip the path prefix instead, achieving stack traces that don't depend on source location.1 parent 7f17009 commit ec58786
2 files changed
+11
-5
lines changedSubmodule StarlingMonkey updated 10 files
- componentize.sh.in+6-1
- include/config-parser.h+5
- include/extension-api.h+1
- runtime/engine.cpp+3-3
- runtime/script_loader.cpp+16-9
- runtime/script_loader.h+2-1
- tests/e2e/runtime-err/expect_serve_stderr.txt+4-4
- tests/e2e/syntax-err/expect_wizer_stderr.txt+1-1
- tests/e2e/tla-err/expect_wizer_stderr.txt+1-1
- tests/test.sh+5-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
221 | 227 | | |
222 | | - | |
| 228 | + | |
223 | 229 | | |
224 | 230 | | |
225 | 231 | | |
| |||
0 commit comments