5584 Commits (79fa4d1a94a10563663a49d2a8e59dee93de1fce)
 

Author SHA1 Message Date
Alex Crichton 79fa4d1a94 Merge clippy configs 5 years ago
Alex Crichton 5f1cba0b7f Hook up all crates via path dependencies 5 years ago
Alex Crichton 1c78f03bf3 Remove redundant files 5 years ago
Alex Crichton abae4ca46d Merge remote-tracking branch 'origin/master' into cranelift-master-rewrite 5 years ago
Peter Huene 121bbd3656
Merge pull request #1014 from peterhuene/c-api-module-new 5 years ago
Johnnie Birch 3e4509fd6a
Update usage of target_lexicon to be consistent with v0.10 (#1003) 5 years ago
Alex Crichton 8caa5a9476
Spice up the project README, fill out more docs (#1010) 5 years ago
Peter Huene b942bdbfe9
Be explicit when marshalling bool. 5 years ago
Joshua Nelson 6a61bba39e Allow modules to have names of arbitrary bytes (#1410) 5 years ago
Peter Huene 7dfb6ebdb6
Change `wasm_module_new` to use `Module::from_binary`. 5 years ago
Alex Crichton 35d5c6bdde
Add a `RELEASES.md` file to track release notes (#1011) 5 years ago
Alex Crichton e47dcc1b37
Handle errors when stringifying errors in uploads (#1008) 5 years ago
Alex Crichton febc475d8d
Set a more reasonable LC_ID_DYLIB entry on macOS (#1009) 5 years ago
Peter Huene 1b28bade16
Merge pull request #1006 from peterhuene/update-dotnet-package-ver 5 years ago
Peter Huene 709fe0af6b
Bump .NET NuGet package version to 0.12.0 5 years ago
Dan Gohman 588cdd47f9
Add dependency versions and a README.md (#1004) 5 years ago
Alex Crichton ead53b3f23
Always delete previous releases, not only for dev (#1001) 5 years ago
Nick Fitzgerald 76e08d60d4
Merge pull request #976 from fitzgen/implement-most-of-bulk-memory 5 years ago
Dan Gohman 8568732f41
Update the list of crates to publish. (#1002) 5 years ago
Nick Fitzgerald 66634cc796 Do not allow partial segment initialization for tables and memories 5 years ago
Nick Fitzgerald 235833ab97 Ignore a doc test 5 years ago
Nick Fitzgerald ef0cabf8b4 Address review feedback 5 years ago
Nick Fitzgerald 39307b2b36 Fix comments about bulk memory that incorrectly referenced "multi-value" 5 years ago
Nick Fitzgerald aec8cc1904 List the bulk-memory tests that don't pass, rather than the ones that do 5 years ago
Nick Fitzgerald 81227892da Implement bulk memory's partial failure instantiation semantics 5 years ago
Nick Fitzgerald 44c28612fb Implement the `memory.fill` instruction from the bulk memory proposal 5 years ago
Nick Fitzgerald 98ecef1700 Implement the `memory.copy` instruction from the bulk memory proposal 5 years ago
Nick Fitzgerald cb97e4ec8e Implement `table.init` and `elem.drop` from the bulk memory proposal 5 years ago
Nick Fitzgerald 33b4a37bcb Add support for `table.copy` 5 years ago
Nick Fitzgerald 6d01fd4103 deps: Update `wat` to 1.0.9 5 years ago
Alex Crichton 33a39ff4f0
Bump to 0.12.0 (#997) 5 years ago
Alex Crichton c8ab1e293e
Improve robustness of cache loading/storing (#974) 5 years ago
Alex Crichton 2d268f49c9
More debug fixes for the upload script (#999) 5 years ago
Peter Huene 0c23c2e5e0
Merge pull request #988 from peterhuene/default-opt-level 5 years ago
Alex Crichton 427fc9a732
Update the `wat` and `wast` crates (#998) 5 years ago
Peter Huene 9ffa19ca64
Disable optimizations for SIMD testsuite tests. 5 years ago
Peter Huene 70275a2a1d
Change default opt-level for Config to `speed`. 5 years ago
Dan Gohman d55a9967b1
Remove some obsolete re-exports in wasmtime-jit. (#992) 5 years ago
Dan Gohman e41cae7db9
Fix the WASI-tutorial to handle short writes properly. (#991) 5 years ago
bjorn3 0a1bb3ba6c Add TLS support for ELF and MachO (#1174) 5 years ago
Alex Crichton 4b2c56e655
Retry the entire release process, not just uploading one asset (#989) 5 years ago
Alex Crichton ab213780cd
Fix a syntax error in deployment (#987) 5 years ago
Peter Huene 78b32e2527
Merge pull request #977 from peterhuene/wasi-c-api 5 years ago
Marcin Mielniczuk 150a3e588b
Fix a possible overflow due to use of fionread in poll_oneoff on Unix. (#881) 5 years ago
Peter Huene c92bf4d863
Rename `wasi_config_set_std[in|out|err]`. 5 years ago
Peter Huene fa65a14dba
Make `WasiCtxBuilder` by-ref. 5 years ago
Alex Crichton 5bed47631a
Retry uploading release assets if they fail (#982) 5 years ago
Peter Huene 07066835db
Implement `PartialEq` on `FuncType`. 5 years ago
Nick Fitzgerald 7341e2fb14
Merge pull request #980 from alexcrichton/mdbook-test 5 years ago
Peter Huene 104919eb79
Remove Drop impl for `wasi_instance_t`. 5 years ago