7549 Commits (d66db16d00e3054429a5818d19b097ef935f0ac0)
 

Author SHA1 Message Date
Alex Crichton 6354edc7bd Document that the module linking proposal is implemented 4 years ago
Léo Gaspard c0c4834c64 wasi-nn: rebuild if the witx files change 4 years ago
Pat Hickey 4018a06da2
Merge pull request #2549 from bytecodealliance/pch/wiggle_missing_memory_is_trap 4 years ago
Pat Hickey d4aaae3e86 wasi-nn: remove missing_memory from wasmtime_integration 4 years ago
Chris Fallin f579d088ba
Merge pull request #2538 from cfallin/multi-reg-framework 4 years ago
Chris Fallin 6eea015d6c
Multi-register value support: framework for Values wider than machine regs. 4 years ago
Pat Hickey bf2371c8af wasi: get rid of missing_memory config 4 years ago
Pat Hickey 46b1864c9e wiggle-wasmtime: get rid of "missing_memory" error code, we can Trap now 4 years ago
Nick Fitzgerald 6317290a1d
Merge pull request #2548 from cfallin/fix-aarch64-sp 4 years ago
Chris Fallin aac3751025
aarch64: fix reg/imm `sub` insts that read `SP`, not the zero register. 4 years ago
Chris Fallin ec3de5e0bb
Merge pull request #2546 from cfallin/fix-b1 4 years ago
Chris Fallin dbd2241b60
x64: handle tests of b1 values correctly (only LSB is defined). 4 years ago
Alex Crichton 2b325a1878
Try to fix CI (#2544) 4 years ago
hayasshi 4c7e66e58e Fix code in WASI-tutorial.md 4 years ago
Louis Pilfold 40887c655f
Upgrade shellexpand dep (#2529) 4 years ago
Yury Delendik 2964023a77
[SIMD][x86_64] Add encoding for PMADDWD (#2530) 4 years ago
Alex Crichton ce6e967eeb
Add a CLI option for module linking (#2524) 4 years ago
Pat Hickey 4bee07d6f9
Merge pull request #2520 from bytecodealliance/pch/prune_deps 4 years ago
Pat Hickey 8a09652d81 delete wasmparser exception from deny.toml 4 years ago
Pat Hickey fb78025e41 upgrade all wasmparser to 0.71 4 years ago
Pat Hickey 8cf652a2a5
Update deny.toml 4 years ago
David Haynes 02260b7cd0
2499: First pass on TableOps fuzzer generator wasm_encoder migration (#2501) 4 years ago
Chris Fallin 8319244059
Merge pull request #2522 from cfallin/cranelift-native-with-variant 4 years ago
Chris Fallin 0833a92ddd
cranelift-native crate: add API variant allowing backend selection. 4 years ago
Pat Hickey 059cabb4cd deny.toml: comments on why 4 years ago
Pat Hickey 4f5afe92dc wasmtime-debug: tune down features required from object 4 years ago
Pat Hickey fe1ff02a80 cargo update 4 years ago
Chris Fallin 0b6b3d0b7a
Merge pull request #2517 from cfallin/fix-null-byte-symbols 4 years ago
Pat Hickey 31b9eb03f1
Merge pull request #2519 from EmbarkStudios/cargo-deny 4 years ago
Chris Fallin 76fb9a08c7
cranelift-object: reject symbol names with NUL byte without panic'ing. 4 years ago
Louis Pilfold 26b6074420 Download precompiled cargo deny 4 years ago
Louis Pilfold b4283c514f cargo deny runs on CI 4 years ago
Louis Pilfold 6bde8519c1 cargo deny config 4 years ago
Johnnie Birch f705a72aeb Refactor packed moves to use xmm_mov instead of xmm_rm_r 4 years ago
Johnnie Birch 51973aefbb Implements x64 SIMD loads for the new backend. 4 years ago
Pat Hickey e33326f4e0
Merge pull request #2516 from goodbyekansas/stdio-filestat-get 4 years ago
Chris Fallin e91987c43c
Allow both x86 backends to be included, selected with a "variant" flag. (#2514) 4 years ago
Sakarias Johansson 22ad43b430
Add filestat_get for stdout, stdin and stderr 4 years ago
Nick Fitzgerald 245abc2bb2
Merge pull request #2512 from fitzgen/bench-api-tweaks 4 years ago
Nick Fitzgerald cc81570a05 bench-api: Clean up the benchmarking API 4 years ago
Nick Fitzgerald 48b401c6f5
Merge pull request #2437 from abrown/bench-api 4 years ago
Ulrich Weigand fe10cc9d52
Fix jitdump header magic field on big-endian platforms (#2511) 4 years ago
whitequark fc4eeae896 Alias `yanix::file::OFlags::RSYNC` to `SYNC` on Android. 4 years ago
whitequark 1ec1834d6e Treat Android like Linux in `wasi_common::sys::unix`. 4 years ago
whitequark 476ee59774 Define local `seekdir` and `telldir` prototypes on Android. 4 years ago
whitequark 919600d10b Stub out the utimesat emulation logic on Android. 4 years ago
Chris Fallin 743529b4eb
Merge pull request #2492 from uweigand/endian-memory-v5 4 years ago
Alex Crichton 2d7c2fba5f
Update wasm-smith (#2509) 4 years ago
Ulrich Weigand 467a1af83a Support explicit endianness in Cranelift IR MemFlags 4 years ago
Nick Fitzgerald ed971fcfcc
Merge pull request #2505 from alexcrichton/fix-reserve-bug 4 years ago