Commit 196f09f
authored
Add OpenBSD support in wasmtime for setjmp/longjmp (#12097)
In crates/wasmtime/src/runtime/vm/sys/unix/signals.rs, add case for
OpenBSD/x86_64 according to libc (src/unix/bsd/netbsdlike/openbsd/x86_64.rs)
Signed-off-by: Laurent Cheylus <[email protected]>1 parent c00e9ea commit 196f09f
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
386 | 393 | | |
387 | 394 | | |
388 | 395 | | |
| |||
0 commit comments