4 Commits (8fce8ddefc975a6cff2d6bdef57665582f620376)

Author SHA1 Message Date
Alex Crichton db92dcd990
Update test ignore annotations for aarch64 (#1643) 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
Alex Crichton 99adc1d218
Keep frame info registered until internal instance is gone (#1514) 5 years ago
Alex Crichton be85242a3f
Expose precise offset information in `wasmtime::FrameInfo` (#1495) 5 years ago
Alex Crichton bd374fd6fc
Add Wasmtime-specific C API functions to return errors (#1467) 5 years ago
Alex Crichton bc5568f4b3
Symbolize start trap traces (#1437) 5 years ago
Alex Crichton afd980b4f6
Refactor the internals of `Func` to remove layers of indirection (#1363) 5 years ago
Alex Crichton f63c3c814e
Add a first-class way of accessing caller's exports (#1290) 5 years ago
Alex Crichton 348c597a8e
Remove global state for trap registration (#909) 5 years ago
Alex Crichton 1bfca842b0
Support `Func` imports with zero shims (#839) 5 years ago
Alex Crichton e09231e33f
Add a test tha call_indirect traps produce good errors (#889) 5 years ago
Alex Crichton 76f9e7ea41
Verify correct number and types of arguments enter wasm (#890) 5 years ago
Alex Crichton 83ff0150b4
Improve panics/traps from imported functions (#857) 5 years ago
Alex Crichton 16804673a2
Support parsing the text format in `wasmtime` crate (#813) 5 years ago
Alex Crichton c417d4b587
Improve trap error messages (#831) 5 years ago
Yury Delendik b2bfb98f1f
Provide proper function index and name in the FrameInfo (#824) 5 years ago
Yury Delendik 2a50701f0a
Backtrace WebAssembly function JIT frames (#759) 5 years ago
Alex Crichton 420dcd76fd
Don't require `Store` in `Instance` constructor (#810) 5 years ago
Alex Crichton 6571fb8f4f
Remove `HostRef` from the `wasmtime` public API (#788) 5 years ago
Alex Crichton 1fe76ef9e3 Remove the need for `HostRef<Module>` 5 years ago
Alex Crichton eb1991c579 Revert "Remove the need for `HostRef<Module>` (#778)" 5 years ago
Alex Crichton 7b33f1c619
Remove the need for `HostRef<Module>` (#778) 5 years ago
Alex Crichton 045d6a7310
Remove the need for `HostRef<Store>` (#771) 5 years ago
Alex Crichton b9dc38f4e1
Remove need for `HostRef<Engine>` (#762) 5 years ago
Yury Delendik 681445b18b
Fail with Trap in Instance::new() instead of Error (#683) 5 years ago
XAMPPRocky ddd2300010 Document Callable, Trap, HostRef, and ValType (#693) 5 years ago
Yury Delendik 991592c4ba
[wasmtime-api] Record original Trap from API callback. (#657) 5 years ago