6711 Commits (f932bccaf8f8eb6350083429cf8d17c1503943db)
 

Author SHA1 Message Date
Nick Fitzgerald 3ddd024174
Merge pull request #1923 from fitzgen/table-get-and-table-set 4 years ago
Nick Fitzgerald a2f4202800 cranelift-frontend: Add the `FunctionBuilder::insert_block_after` method 4 years ago
Nick Fitzgerald 98e899f6b3 fuzz: Add a fuzz target for `table.{get,set}` operations 4 years ago
Nick Fitzgerald 8c5f59c0cf wasmtime: Implement `table.get` and `table.set` 4 years ago
Dan Gohman 959e424c81
Add O_PATH and O_CLOEXEC to yanix. (#1946) 4 years ago
Pat Hickey d5836e2c12 Merge remote-tracking branch 'origin/main' into pch/factor_borrowchecker_out_of_wiggle 4 years ago
Alex Crichton 0acd2072c2
Fix doc warnings and link failures (#1948) 4 years ago
Adam C. Foltzer 5a96b0deaa
🕳 Add virtual pipes to wasi-common 4 years ago
Pat Hickey 5f5d7cb0f7 code review: remove `unsafe` on borrow checker constructor 4 years ago
Nick Fitzgerald dee2bf14a9
Merge pull request #1944 from declanvk/issue-1705 4 years ago
Andrew Brown 4d57ae99e3
Upgrade wasmparser to 0.58.0 (#1942) 4 years ago
Declan Kelly a3feb8a412 Implement customer [de]serialization for `IntegerInterner` 4 years ago
Pat Hickey 05201b514d wiggle: factor BorrowChecker concrete implementation to live in engines 4 years ago
Nick Fitzgerald 43f8453b34
Merge pull request #1937 from fitzgen/upgrade-z3-for-peepmatic 4 years ago
Nick Fitzgerald 0bc0fd54eb deps: Bump `z3` to 0.6.0 4 years ago
Valentin c10c79b7ae
Correct version of region dependency (#1933) 4 years ago
Alex Crichton cca558cd20
Remove `HostRef<T>` from the C API (#1926) 4 years ago
Pat Hickey c3799c8ab4
Merge pull request #1929 from bytecodealliance/pch/stray_log_in_wasmtime_wiggle 4 years ago
Pat Hickey 1659b849ba wasmtime-wiggle: change stray `log` ecosystem macro to `tracing` 4 years ago
Andrew Brown ae634417a0 Enable more spec tests 4 years ago
Andrew Brown c9d573d841 Provide spec-compliant legalization for SIMD floating point min/max 4 years ago
Nick Fitzgerald c6b01935ec
Merge pull request #1922 from fitzgen/stub-out-host-info-api 4 years ago
Nick Fitzgerald e40c039e65 wasmtime: Rip out incomplete/incorrect externref "host info" support 4 years ago
Peter Huene 9ce67d8cad
Merge pull request #1914 from peterhuene/fix-musl-unwind 4 years ago
Alex Crichton a92a31d850
Rename the `master` branch to `main` (#1924) 4 years ago
Peter Huene 4087fcee65
Register individual FDEs for musl libc. 4 years ago
Nick Fitzgerald c91a9313b5
Merge pull request #1921 from fitzgen/cargo-fuzz-0.8 4 years ago
Nick Fitzgerald ab80107dfb CI: use `cargo fuzz` 0.8.X 4 years ago
Pat Hickey cd7fcf480b
Merge pull request #1910 from bytecodealliance/pch/separate_wasmtime_wiggle_crate 4 years ago
Benjamin Bouvier c9a3f05afd machinst x64: implement calls and int cmp/store/loads; 4 years ago
Johnnie Birch 2d364f75bd Remove xmm_r_r inst data structure and cases after related refactoring 4 years ago
Pat Hickey 82c4132700 simpler name, add rustdocs 4 years ago
Pat Hickey 6b62b16c7d rewrite shim func generator with witx CoreType 4 years ago
Johnnie Birch f2f7706265 Implements vcode lowering for f32.copysign. 4 years ago
Nick Fitzgerald 1ea2f47d9c
Merge pull request #1901 from fitzgen/ref-func 4 years ago
Nick Fitzgerald 58bb5dd953 wasmtime: Add support for `func.ref` and `table.grow` with `funcref`s 4 years ago
Pat Hickey 91980b29f7
Merge pull request #1909 from siyopao/guestptr-conversion 4 years ago
Pat Hickey c6e599219a
Update crates/wiggle/src/lib.rs 4 years ago
Pat Hickey 67f6aad415
Update crates/wiggle/src/lib.rs 4 years ago
Pat Hickey 564b0709dd wip 4 years ago
Pat Hickey f66c1fbde9 reorganize configuration into modules 4 years ago
Craig Pastro ea3c2325a5 wiggle: add as_byte_ptr: str -> [u8] method 4 years ago
Craig Pastro 7699c4d6e3 wiggle: fix lifetime in as_str_ptr 4 years ago
Nick Fitzgerald ddc2ce8080 cranelift-wasm: Make `FuncEnvironment::translate_ref_func` take a `FuncIndex` 4 years ago
Nick Fitzgerald c6f32f666d cranelift-wasm: Retain both the Wasm and Cranelift types of tables 4 years ago
Nick Fitzgerald 03165e0cb5 cranelift-wasm: Allow more customization of ref type representations 4 years ago
Nick Fitzgerald 28fccaedc4 cranelift-wasm: Pass `ir::Table`s into all the `translate_table_*` methods 4 years ago
Pat Hickey 69f81397a8 add func overrides, to get rid of proc exit special case 4 years ago
Pat Hickey 49c62ee828 make the missing memory error value configurable 4 years ago
Pat Hickey 62237de7ce remove logging: wiggle now provides this functionality 4 years ago