Release Wasmtime 44.0.1 (#13241)[automatically-tag-and-release-this-commit]Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 44.0.0 (#12728)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 43.0.0 (#12531)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 42.0.0 (#12240)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 41.0.0 (#12126)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 40.0.0 (#11983)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 39.0.0 (#11793)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 38.0.0 (#11613)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 37.0.0 (#11381)Co-authored-by: Wasmtime Publish <[email protected]>
s390x: Refactor hardware facility detection (#11220)This patch implements a number of changes relating to s390x HWfacilities and facility detection:- Fix a mis-named facility: the z15 (arch13) C
s390x: Refactor hardware facility detection (#11220)This patch implements a number of changes relating to s390x HWfacilities and facility detection:- Fix a mis-named facility: the z15 (arch13) CPU introduced the Miscellaneous-Instruction-Extensions Facility *3* (not 2). Rename "mie2" to "mie3" throughout the code base.- Now that we can use inline asm, use the STORE FACILITY LIST EXTENDED instruction rather than HWCAP to detect facilities at run time. This eliminates the libc crate dependency, and allows for more fine-grained feature detection.- Add support for the z16 (arch14) CPU names (these do not provide any facilities that would be relevant to cranelift, but it should be possible to use these names as synonyms to z15 at least).- Add support for the z17 (arch15) CPU names, and two new facilities provided at this level: the Miscellaneous-Instruction-Extensions Facility 4 and the Vector-Enhancements Facility 3. (Note that no code to exploit these facilities is present in this patch; that will be provided later.)
show more ...
Bump Wasmtime to 36.0.0 (#11184)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 35.0.0 (#10926)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 34.0.0 (#10726)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 33.0.0 (#10525)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 32.0.0 (#10330)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 31.0.0 (#10187)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 30.0.0 (#9921)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 29.0.0 (#9738)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 28.0.0 (#9552)Co-authored-by: Wasmtime Publish <[email protected]>
Add I128 atomic support to the `x64` backend (#9459)* Add I128 atomic support to the `x64` backend* fix typo in cranelift/codegen/src/isa/x64/inst/emit.rs---------Co-authored-by: Nick Fitzger
Add I128 atomic support to the `x64` backend (#9459)* Add I128 atomic support to the `x64` backend* fix typo in cranelift/codegen/src/isa/x64/inst/emit.rs---------Co-authored-by: Nick Fitzgerald <[email protected]>
Bump Wasmtime to 27.0.0 (#9378)Co-authored-by: Wasmtime Publish <[email protected]>
Bump Wasmtime to 26.0.0 (#9200)Co-authored-by: Wasmtime Publish <[email protected]>
Add initial f16 and f128 support to the aarch64 backend (#9076)
Add `rust-version.workspace = true` to all crates (#9112)Right now this is only on some crates such as `wasmtime` itself and`wasmtime-cli`, but by applying it to all crates it helps with versions
Add `rust-version.workspace = true` to all crates (#9112)Right now this is only on some crates such as `wasmtime` itself and`wasmtime-cli`, but by applying it to all crates it helps with versionselection of those using just Cranelift for example.
Bump Wasmtime to 25.0.0 (#9077)Co-authored-by: Wasmtime Publish <[email protected]>
1234567