7396 Commits (b93381e12684c948119fd4406650c804d6396d9d)
 

Author SHA1 Message Date
Chris Fallin b93381e126
Merge pull request #2453 from cfallin/differential-fuzz-interp 4 years ago
Alex Crichton 9ac7d01288
Implement the module linking alias section (#2451) 4 years ago
Chris Fallin bbdea06e2d
Add differential fuzzing against wasmi (a Wasm interpreter). 4 years ago
Johnnie Birch a548516f97 Enable SIMD spec tests for f32x4_rounding and f64x4_rounding. 4 years ago
Johnnie Birch a33e755cb2 Adds x86 SIMD support for Ceil, Floor, Trunc, and Nearest 4 years ago
Chris Fallin dcbc4768c9
Merge pull request #2463 from cfallin/fix-heap-bounds-check-x64 4 years ago
Chris Fallin 1511cedaee
Merge pull request #2462 from cfallin/fix-sorted-debug-addr-transform 4 years ago
Andrew Brown 2f0abc3d74
Avoid removing wasi-nn temp directory when specified (#2465) 4 years ago
Chris Fallin 60d7f7de0a
Debug info: two fixes in x64 backend. 4 years ago
Chris Fallin c9a81f008d
x64 backend: fix condition-code used for part of explicit heap check. 4 years ago
Chris Fallin d1662a5d6e
Merge pull request #2464 from cfallin/centos-7-ci 4 years ago
Chris Fallin 04e3730ba6
Update to a CentOS 7 docker container for binary compatible builds. 4 years ago
Alex Crichton 51c1d4bbd6
Provide filename/line number information in `Trap` (#2452) 4 years ago
Alex Crichton 88a8a8993a
Instantiate nested modules for module linking (#2447) 4 years ago
Nick Fitzgerald 40ad39fee9
Merge pull request #2460 from abrown/fix-function-store 4 years ago
Chris Fallin 4bf2c15014
Merge pull request #2440 from jlb6740/remaining_simd_conversions 4 years ago
Andrew Brown 87b1a85cc6 Fix confusion caused by overloading of FuncRef 4 years ago
Andrew Brown 26509cb080 Optimize access to interpreter frame slots 4 years ago
Alex Crichton efe7f37542
Remove duplication in wasi-common for snapshot_0 (#2444) 4 years ago
Johnnie Birch 09f3d4e331 Refactor convert from float to unsigned int and add comments 4 years ago
Chris Fallin d413b907b4
Merge pull request #2414 from jgouly/extend-refactor 4 years ago
Nick Fitzgerald 31bac3eafb
Merge pull request #2450 from bytecodealliance/cfallin/fix-wasm-reachable 4 years ago
Chris Fallin 34d9931ed8 Fix Wasm translator bug: end of toplevel frame is branched-to only for fallthrough returns. 4 years ago
Nick Fitzgerald 93c199363f
Merge pull request #2449 from bytecodealliance/cfallin/add-pre-host-hooks 4 years ago
Chris Fallin 4300c2c075 Add FuncEnvironment hooks to generate prologue and epilogue code. 4 years ago
Tanya L. Crenshaw b06ed39c1e
Fixes #2418: Enhance wiggle to generate its UserErrorConverstion trait with a function that returns Result<abi_err, String> (#2419) 4 years ago
Nick Fitzgerald 128c3bd749
Merge pull request #2446 from alexcrichton/option-name 4 years ago
Alex Crichton ba141ec6be Fix doctests 4 years ago
Chris Fallin 2db6a096cf
Merge pull request #2448 from iximeow/ixi/bump-wasi-nn-spec 4 years ago
iximeow ebb1ad18c6 refresh wasi-nn/spec version to an in-history commit 4 years ago
Alex Crichton 62be6841e4 Propagate optional import names to the wasmtime/C API 4 years ago
Johnnie Birch ff8a4e4f9b Enable simd_conversions spec test 4 years ago
Johnnie Birch ade9f12c72 Add support for X86_64 SIMD narrow instructions for vcode backend 4 years ago
Nick Fitzgerald 1dd20b4371
Merge pull request #2400 from MattX/improve-finalize-msg 4 years ago
Johnnie Birch 2cc501427e Add remaining X86_64 support for pack w/ signed/unsigned saturation 4 years ago
Johnnie Birch 258013cff1 Add support for SWidenHigh and UWidenHigh X86_64 for vcode backend 4 years ago
Johnnie Birch 124096735b Add support for palignr for X86_64 vcode backend 4 years ago
Johnnie Birch f9937575d6 Add support for SwidenLow and UwidenLow for the X86_64 vcode backend 4 years ago
Johnnie Birch 615a575da1 Add support for x86_64 packed move lowering for the vcode backend 4 years ago
Johnnie Birch b6d783a120 Adds support for i32x4.trunc_sat_f32x4_u 4 years ago
Matt 27f3307f24
Replace if + panic! with assert! 4 years ago
Pat Hickey 86ae0b7855
Merge pull request #2428 from bytecodealliance/pch/wiggle_immut_borrows 4 years ago
Pat Hickey 966b347faa fix wiggle-borrow publishing order 4 years ago
Pat Hickey b40a983b29 wiggle-borrow gets published now 4 years ago
Pat Hickey 2a937f06db fixes 4 years ago
Ulrich Weigand 9b9e46abd8
Update to backtrace version 0.3.55 (#2436) 4 years ago
Pat Hickey f7a0d86c64 install-openvino: typo 4 years ago
Pat Hickey 6681e6786e debug assert could catch double-free 4 years ago
Ivan Zvonimir Horvat 309354d9e1
1272: bash script; simple gcd example (#2421) 4 years ago
Pat Hickey f5f180a8fe refactor is_borrowed/unborrow into shared/mut variants 4 years ago