8694 Commits (6dba669e54f08a2588b683c695fea3fa40668847)
 

Author SHA1 Message Date
Alex Crichton 3da677796b
Reword env var hint for dwarf debug info (#3081) 3 years ago
Pat Hickey 6f07c76c84 wiggle: make the dummy executor return a trap rather than panic 3 years ago
Stephan Renatus f3b80ece5f
c-api: add wasmtime_trap_code (#3086) 3 years ago
Johnnie Birch 2452a4cd74 Refactor lowering structure for ext_mul on x64 and add comments 3 years ago
Johnnie Birch e5b6bee968 Add emit tests to ext_mul_* instructions 3 years ago
Johnnie Birch 6fbe0b72bd Add simd_extmul_* support for x64 3 years ago
Dan Gohman 6a5a295019
Port wasi-common from unsafe-io to io-lifetimes (#3049) 3 years ago
Alex Crichton 13d317a0a8
Fix stack checks of recursive async function calls (#3088) 3 years ago
Alex Crichton 73fd702bb7
Don't assume all custom sections are dwarf info (#3083) 3 years ago
Alex Crichton 992d85ae8b
Add a type parameter to `VMOffsets` for pointer size (#3020) 3 years ago
Peter Huene 75e5219792
Merge pull request #3034 from alexcrichton/update-config 3 years ago
Peter Huene 7f7bee1648
Merge pull request #3078 from CBenoit/wasmtime-store-doc-typo 3 years ago
Benoît CORTIER cfeaa95b54 wasmtime: fix typo in `Store` doc 3 years ago
Ulan Degenbaev f08491eeca
Restore POSIX signal handling on MacOS behind a feature flag (#3063) 3 years ago
Alphyr 808582826b
Enable nightly doc features on docs.rs (#3076) 3 years ago
Olivier Lemasle 65a902f49d
[doc] Update go example (#3065) 3 years ago
Andrew Brown a83497e0b0 [doc] Add LLDB tips and tricks 3 years ago
Johnnie Birch d8e813204e Fold fcvt_low_from_uinit into previously existing clif instructions 3 years ago
Johnnie Birch 6dd2df4fb3 Update comment on fcvt_low_from_sint instruction 3 years ago
Johnnie Birch 2d676d838f Implements f64x2.convert_low_i32x4_u for x64 3 years ago
Andrew Brown 16379db174 [doc] Add filler text to examples landing page 3 years ago
Andrew Brown e5d25bc216 [doc] Add some documentation for debugging 3 years ago
Nick Fitzgerald 1ba6503d5c
Merge pull request #3071 from peterhuene/fix-c-api 3 years ago
Peter Huene 5d92b75b8f
Add multimemory example. 3 years ago
Peter Huene 08575a8b5e
Add setter for enabling multi-memory to the C API. 3 years ago
Chris Fallin 040d48128c
Merge pull request #3069 from bnjbvr/upgrade-tokio 3 years ago
Benjamin Bouvier b0ce0c8f5d Upgrade Tokio to 1.8.1 3 years ago
Peter Huene 89ed663058
Merge pull request #3068 from fitzgen/error-msg-off-by-one 3 years ago
Andrew Brown 43b9337162 Fix typo 3 years ago
Nick Fitzgerald be60fec6ba Fix error messages reporting number of expected vs actual params 3 years ago
Chris Fallin c71ad9490e
Merge pull request #3056 from afonso360/aarch64-fix-overflow-imm 3 years ago
Afonso Bordado eebae8d4c8 aarch64: Fix incorrect encoding of large const values in icmp. 3 years ago
Chris Fallin ed20e4070f
Merge pull request #3057 from bjorn3/display_setting_value 3 years ago
bjorn3 37115c10e0 Implement Display for settings::Value 3 years ago
Benjamin Bouvier 93b7cdd6a2
Fix a few typos in the architecture doc (#3054) 3 years ago
Chris Fallin 518ce2512d
Merge pull request #3055 from bnjbvr/ben-dce 3 years ago
Benjamin Bouvier 4c595f4f9d Remove unused store_stackslot/load_stackslot trait methods. 4 years ago
Benjamin Bouvier 91c65d739f Remove unused code in machinst 4 years ago
Alex Crichton aa5d837428
Start a high-level architecture document for Wasmtime (#3019) 3 years ago
Afonso Bordado ce537cf431 cranelift: Add fuel mechanism to the interpreter 3 years ago
Chris Fallin f2d2f3a841
Merge pull request #3044 from akirilov-arm/simd_i32x4_trunc_sat_f64x2 3 years ago
Alex Crichton b9985fe2e5
Change the injection count of fuel in a store from u32 to u64 (#3048) 3 years ago
Afonso Bordado 7453bd5f0d
Cranelift CLIF-level differential fuzzer (#3038) 3 years ago
Benjamin Bouvier a603fc5bd5
Add a way to display only the trap's reason (without the backtrace) (#3033) 3 years ago
Tshepang Lekhonkhobe a3e08ee535
this option is default since early 2018 (#3042) 3 years ago
Afonso Bordado a4770a7e28 cranelift: Prevent overflow errors in interpreter for add,sub,mul 3 years ago
Anton Kirilov 330f02aa09 Enable the simd_i32x4_trunc_sat_f64x2 test for AArch64 3 years ago
Alex Crichton c5609bc364
Update documentation of enter/exit hooks (#3041) 3 years ago
Johnnie Birch 1acb40b2aa Fix return type of for truc_sat and convert instructions 3 years ago
Chris Fallin 522cc8aa84
Merge pull request #3035 from akirilov-arm/simd_i16x8_q15mulr_sat_s 3 years ago