17 Commits (46ade3dab30e8dbf181245bc8877d519ae77bf70)

Author SHA1 Message Date
Dan Gohman ea0cb971fb
Update to rustix 0.26.2. (#3521) 3 years ago
Dan Gohman e5ebef1b94 Use `empty()` instead of `NONE` with rsix flags types. 3 years ago
Dan Gohman 47490b4383
Use rsix to make system calls in Wasmtime. (#3355) 3 years ago
Ulan Degenbaev f08491eeca
Restore POSIX signal handling on MacOS behind a feature flag (#3063) 3 years ago
Alex Crichton 7a1b7cdf92
Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
Benjamin Bouvier 5fecdfa491
Mach ports continued + support aarch64-apple unwinding (#2723) 4 years ago
Alex Crichton 2697a18d2f
Redo the statically typed `Func` API (#2719) 4 years ago
Peter Huene 54c07d8f16
Implement shared host functions. (#2625) 4 years ago
Alex Crichton 62be6841e4 Propagate optional import names to the wasmtime/C API 4 years ago
Maciej Woś 7ab5f2a869
Remove custom signal handler restrictions (#1843) 4 years ago
Yury Delendik 15c68f2cc1
Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
Leonardo Yvens 0b3b9c298e
impl From<anyhow::Error> for Trap (#1753) 5 years ago
Alex Crichton db92dcd990
Update test ignore annotations for aarch64 (#1643) 5 years ago
Alex Crichton d719ec7e1c
Don't try to handle non-wasmtime segfaults (#1577) 5 years ago
Alex Crichton d1aa86f91a
Add AArch64 tests to CI (#1526) 5 years ago
Dan Gohman 9364eb1d98
Refactor (#1524) 5 years ago
Alex Crichton 4c82da440a
Move most wasmtime tests into one test suite (#1544) 5 years ago
Chris Fallin 48cf2c2f50 Address review comments: 5 years ago
Chris Fallin bab0c79c31 ARM64 backend, part 9 / 11: wasmtime support. 5 years ago
Alex Crichton bd374fd6fc
Add Wasmtime-specific C API functions to return errors (#1467) 5 years ago
Alex Crichton 3dd5a3cb3f
Reimplement `wasmtime-wasi` on top of `wasmtime` (#899) 5 years ago
Alex Crichton 16804673a2
Support parsing the text format in `wasmtime` crate (#813) 5 years ago
Alex Crichton e5afdd2ede
Document the `wasmtime::Instance` APIs (#814) 5 years ago
Alex Crichton e7e08f162d
Preserve full native stack traces in errors (#823) 5 years ago
Alex Crichton 420dcd76fd
Don't require `Store` in `Instance` constructor (#810) 5 years ago
Alex Crichton ad2e94fce3 Don't use webidl bindings in custom tests (#801) 5 years ago
Alex Crichton 6571fb8f4f
Remove `HostRef` from the `wasmtime` public API (#788) 5 years ago
Alex Crichton e22d93f750 Tidy up the custom signal handler test 5 years ago
Dan Gohman 037c9d652b Fix expected trap messages. 5 years ago
Jakub Konka 64afd0305a Remove HostRefs in custom_signal_handlers 5 years ago
Maciej Woś 61f9b8ade8 Add support for a custom, per-instance signal handler (#620) 5 years ago