6795 Commits (e70f73211dc0db2e7432287695497eee397dd2a8)
 

Author SHA1 Message Date
Alex Crichton 806d197472
Update platform support docs (#2023) 4 years ago
MaxGraey 67b785d241 refactor: use different sections for this rule 4 years ago
MaxGraey d04d06d48a trailling nl 4 years ago
MaxGraey 54ecc7593b add tests 4 years ago
Benjamin Bouvier abf157bd69 machinst x64: Only use the feature flag to enable the x64 new backend; 4 years ago
MaxGraey 5b38857e7f add bnot to peepmatic + transform rule 4 years ago
Anton Kirilov 95b0b05af2 AArch64: Introduce an enum to specify vector instruction operand sizes 4 years ago
Chris Fallin bc1e960b9e
Merge pull request #2019 from akirilov-arm/show_freg_sized 4 years ago
Anton Kirilov 400639245c AArch64: Remove show_freg_sized() 4 years ago
Chris Fallin 4ba3ee3368
Merge pull request #2016 from jgouly/saturating-math 4 years ago
Chris Fallin fad2affad0
Merge pull request #1852 from cfallin/reftypes 4 years ago
Chris Fallin 1d09c8e46b
Merge pull request #1939 from bjorn3/128bit_switch 4 years ago
Joey Gouly aa84a4173c arm64: Implement saturating SIMD arithmetic 4 years ago
Chris Fallin 26529006e0 Address review comments. 4 years ago
Chris Fallin 08353fcc14 Reftypes part two: add support for stackmaps. 4 years ago
Chris Fallin b93e8c296d Initial reftype support in aarch64, modulo safepoints. 4 years ago
bjorn3 88a84e90ef Fix Switch for 128bit integers 4 years ago
Chris Fallin 4edd165d25
Merge pull request #1992 from akirilov-arm/InstSize 4 years ago
Anton Kirilov 79dfac5514 Refactor the InstSize enum in the AArch64 backend 4 years ago
Alex Crichton 85ffc8f595
Switch CI back to nightly channel (#2014) 4 years ago
Alex Crichton 1000f21338
Update wasmparser to 0.59.0 (#2013) 4 years ago
Nick Fitzgerald 9bafb173a0
Merge pull request #1996 from fitzgen/ref-types-in-c-api 4 years ago
Nick Fitzgerald 3638dba855 examples: Run the correct example executable on Windows 4 years ago
Chris Fallin 4b6ebc0c27
Merge pull request #1999 from bnjbvr/fix-aarch64-ishl-by-zero 4 years ago
Chris Fallin f4f5eed254
Merge pull request #1977 from jgouly/simd_shift 4 years ago
Nick Fitzgerald 9f0ec620f0 wasmtime-c-api: Remove duplicate tests of examples 4 years ago
Peter Huene f48f9eb4b3
Merge pull request #2010 from whitequark/fix-windows-creat_trunc 4 years ago
Peter Huene 41b4721512
Add a test case for WASI file truncation. 4 years ago
Yury Delendik b2551bb4d0
Make wasmtime_environ::Module serializable (#2005) 4 years ago
Nick Fitzgerald 22d6b68795 gitignore: Ignore the `foo` file 4 years ago
Nick Fitzgerald ec331a088c run-examples: Provide more error context for debugging 4 years ago
Nick Fitzgerald 2040a654d6 CI: collect backtraces for example tests 4 years ago
Nick Fitzgerald 89603bc6b3 wasmtime-c-api: Make `wasm_table_set` *not* take ownership of its reference 4 years ago
Nick Fitzgerald d07fdca73a wasmtime-c-api: Use a safe helper for initializing `MaybeUninit` out pointers 4 years ago
Nick Fitzgerald 377b213fd5 wasmtime-c-api: Remove unused `HostInfoState` struct 4 years ago
Nick Fitzgerald b73b2e0d5a wasmtime-c-api: Make `wasmtime_externref_new` write to an out pointer 4 years ago
Nick Fitzgerald b9bb095e0f wasmtime-c-api: Remove nested options from `wasm_ref_t` representation 4 years ago
Nick Fitzgerald 742f8ee1fc wasmtime-c-api: Make `wasmtime_externref_new` proxy to `wasmtime_externref_new_with_finalizer` 4 years ago
Nick Fitzgerald 4a349ee299 wasmtime: Add `externref` Rust example 4 years ago
Nick Fitzgerald 5ed8a9ba0e wasmtime-c-api: Add an `externref`s example for the C API 4 years ago
Nick Fitzgerald 267bf16683 wasmtime-c-api: Add Wasmtime-specific APIs for `externref`s 4 years ago
Nick Fitzgerald 4c01ffd087 wasmtime-c-api: Document new reference types support 4 years ago
Nick Fitzgerald aaf4c941b8 wasmtime-c-api: Add support for `funcref` values 4 years ago
Nick Fitzgerald 4cdf8b7cfd wasmtime-c-api: Add support for `externref` values 4 years ago
whitequark 92f33284b6 WASI: make O_CREAT|O_TRUNC actually truncate files on Windows 4 years ago
Jakub Konka c3d385e935
Add link to C API docs in the guide (#2006) 4 years ago
Rochet2 0387169934
Allow android compilation (#2002) 4 years ago
Yury Delendik c53b253261
Fix debug information relocation (when imports present) (#1997) 4 years ago
Benjamin Bouvier f316bef763 machinst aarch64: fix encoding generation of left-shift by 0; 4 years ago
Andrew Brown 5c35a9631c Enable more SIMD spec tests 4 years ago