2476 Commits (b942bdbfe92cd8a4e8f911a8bad3e696c23cf8cf)
 

Author SHA1 Message Date
Peter Huene b942bdbfe9
Be explicit when marshalling bool. 5 years ago
Peter Huene 7dfb6ebdb6
Change `wasm_module_new` to use `Module::from_binary`. 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
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
Alex Crichton 345db5b194 Install submodules as well 5 years ago
Alex Crichton c7fb135452 Test book documentation on CI 5 years ago
Gustav Eiman 09a091802b
Update rust embed example (#967) (#968) 5 years ago
Peter Huene 4e1d2a2fc1
Favor using non-braced using statement. 5 years ago
Peter Huene a6ec8f85a6
Loop the array of strings only once. 5 years ago
Peter Huene 78ee043524
Ensure marshaled UTF-8 string arrays are null terminated. 5 years ago
Peter Huene 8dff0fc121
Fix unit tests on Windows. 5 years ago
Peter Huene 11dec4d788
Add WASI unit tests for the C# API. 5 years ago
Peter Huene ae0b4090ce
Implement WASI C API. 5 years ago
Nick Fitzgerald f8abe1169c
Merge pull request #975 from fitzgen/update-cranelift-to-0.59.0 5 years ago
Nick Fitzgerald de4ad31cbd Update cranelift to 0.59.0 5 years ago
Nick Fitzgerald be553aef78
Merge pull request #970 from alexcrichton/document-release 5 years ago
Alex Crichton d4fcd32cdc
Optimize generated code via the CLI by default (#973) 5 years ago
Alex Crichton 13523e6312
Attempt to fix publication to Pypi (#971) 5 years ago