7549 Commits (d66db16d00e3054429a5818d19b097ef935f0ac0)
 

Author SHA1 Message Date
Alex Crichton d66db16d00 Fix a doc link 4 years ago
Alex Crichton bc9f10115d Fix a typo 4 years ago
Alex Crichton 703762c49e Update support for the module linking proposal 4 years ago
Nick Fitzgerald 705af0ac41
Merge pull request #2584 from alexcrichton/update-c-api 4 years ago
Alex Crichton 55c5424e0e Adjust `wasmtime_func_callback_*` type signature 4 years ago
Peter Huene f94db6556c
Update WebAssembly C API submodule to latest commit. (#2579) 4 years ago
Johnnie Birch cde07b9a79 Re-enable spec tests that were disabled for #2432 #2470. Enable new tests 4 years ago
Johnnie Birch d17815a239 Zero newly allocated registers whose immediate use depends on content not being NaN 4 years ago
Chris Fallin 2b2f369bbb
Merge pull request #2576 from cfallin/cmp-load-bug 4 years ago
Chris Fallin 4638de673c
x64 bugfix: prevent load-op fusion of cmp because it could be emitted multiple times. 4 years ago
Nick Fitzgerald 90b80a2d3c
Merge pull request #2574 from fitzgen/randomize-location-of-heap-objects 4 years ago
Nick Fitzgerald bc6dc083f0 wasmtime-bench-api: Randomize the locations of heap objects 4 years ago
Pat Hickey 47ff726c61
Merge pull request #2570 from bytecodealliance/pch/wiggle_flags_bitflags 4 years ago
Pat Hickey 32f162aa78 fix windows flags 4 years ago
Pat Hickey 75a9dc7fe2 wasi-common: wiggle flags are now bitflags! 4 years ago
Pat Hickey ed44a19e5e wiggle: use bitflags to generate flags 4 years ago
Pat Hickey e2fb99af86 wiggle: depend on bitflags, and re-export it. 4 years ago
Pat Hickey 94467bcd9a wiggle: bugfix, generated code should use Names::runtime_mod not wiggle 4 years ago
Chris Fallin 7ed7c088a4
Merge pull request #2564 from cfallin/load-coalesce-bug 4 years ago
Nick Fitzgerald af772c86c5
Merge pull request #2568 from fitzgen/cargo-toml-metadata 4 years ago
Chris Fallin b4426be072
machinst lowering: update inst color when scanning across branch to allow more load-op merging. 4 years ago
Nick Fitzgerald 3068d55fa1 wasi-nn: Fix keyword form in Cargo.toml metadata 4 years ago
Nick Fitzgerald 5ce6e009fc Add Cargo.toml metadata to `peepmatic-test-operator` crate 4 years ago
Julian Seward 07652ca0d4 wasm->CLIF: fn translate_operator: Select/TypedSelect: add missing bitcasts 4 years ago
Chris Fallin cacebfb19c
Merge pull request #2563 from abrown/fix-build 4 years ago
Andrew Brown 2adb0e8964 security: upgrade smallvec to 1.6.1 4 years ago
Andrew Brown b25a3c387e fix: `dst` should be `Writable`, not `ValueRegs` 4 years ago
Andrew Brown 09a5b91b9d x64: make several structures debuggable 4 years ago
Andrew Brown bb2dd5b68b [machinst x64]: implement load*_zero for x64 4 years ago
Chris Fallin 81bc811236
Merge pull request #2558 from cfallin/pic-symbol-refs 4 years ago
Yury Delendik 3580205f12
[Cranelift][Atomics] Add address folding for atomic notify/wait. (#2556) 4 years ago
Chris Fallin 3ee898cb2c x64: support PC-rel symbol references using the GOT when in PIC mode. 4 years ago
Nick Fitzgerald 5de5bf1565
Merge pull request #2550 from bytecodealliance/pch/wiggle_trapping 4 years ago
Nick Fitzgerald 9f4859b963
Merge pull request #2557 from fitzgen/wasmtime-0.22.0 4 years ago
Nick Fitzgerald 3a3f35e158 Add release notes for Wasmtime 0.22.0 4 years ago
Pat Hickey 539058b329 fix windows 4 years ago
Nick Fitzgerald 5ad82de3c5 Bump Wasmtime to 0.22.0; Cranelift to 0.69.0 4 years ago
Pat Hickey b149a03d5d wasi-common: instead of panicking, use an Error::Unsupported that Traps 4 years ago
Nick Fitzgerald ee7131bc0b
Merge pull request #2555 from alexcrichton/doc-module-linking 4 years ago
Nick Fitzgerald 79aaeb5eda
docs: Add `wasm-{smith,encoder}` crates to Wasm proposal checklist (#2554) 4 years ago
Pat Hickey 030f01345a cli exit tests: valid wasi commands must export a memory 4 years ago
Pat Hickey 07c9b65fa4 fix 4 years ago
Pat Hickey ec1bfeefb3 fix tests 4 years ago
Pat Hickey cd3adb1abd Trap::I32Exit is a better name 4 years ago
Pat Hickey 1dab7c8f94 wasi submodule: noreturn annotations are merged into main 4 years ago
Pat Hickey 2483ad4c1c wasi-nn: UserErrorConversion error is now a wiggle::Trap 4 years ago
Pat Hickey 745c592863 readme: expand wiggle docs 4 years ago
Pat Hickey 4a574c14eb wasi-common: port to use wiggle::Trap 4 years ago
Pat Hickey 1c7c18b026 WASI submodule: mark proc_exit funcs as noreturn in the witx 4 years ago
Pat Hickey f8f9b14c6f wiggle: introduce wiggle::Trap, which can be either a String or I32 4 years ago