9278 Commits (e08bcd6aadea220176b08605b6a6bd2c45e1d8c6)
 

Author SHA1 Message Date
Pat Hickey a2d83d4ae6
Merge pull request #3481 from bytecodealliance/pch/ci_apt_update_before_install 3 years ago
Pat Hickey dfebb3e9b6 CI Check job: run `apt-get update` before `apt-get install` 3 years ago
Nick Fitzgerald 49133f62e6
Merge pull request #3476 from fitzgen/logging-in-cranelift-test-compile 3 years ago
Nick Fitzgerald 8aa8dfe26a cranelift: in `test_compile` filetest, log disasm not clif 3 years ago
Nick Fitzgerald 5c342754f0
Merge pull request #3475 from alexcrichton/discuss-release 3 years ago
Alex Crichton 07e4eb599f wasmtime: Add an agenda item for the release process 3 years ago
Alex Crichton 807b528bfb
Automate more of Wasmtime's release process (#3422) 3 years ago
Pat Hickey 7962fe3f43
update tracing-subscriber (#3473) 3 years ago
Alex Crichton 490d49a768
Adjust dependency directives between crates (#3420) 3 years ago
Nick Fitzgerald 82aad556ea
Merge pull request #3472 from fitzgen/no-expect-format 3 years ago
Nick Fitzgerald e3a423c3e8 Remove some uses of `foo.expect(&format!(...))` pattern 3 years ago
Pat Hickey 06a93d3346
Merge pull request #3393 from bytecodealliance/pch/async_limiting 3 years ago
Alex Crichton 2f2c5231b4 Add Alex's solution for null handling in TlsRestore 3 years ago
Anton Kirilov e9c4164b94 Call membarrier() after making JIT mappings executable on AArch64 Linux 3 years ago
Pat Hickey fb549c6ddb actually do some awaiting in the async limiter, which doesnt work 3 years ago
Pat Hickey 5f978dbfdd make feature requirement render in rustdoc for new apis 3 years ago
Pat Hickey 6819459082 fix all docs links 3 years ago
Pat Hickey 996289725d docs 3 years ago
Pat Hickey bcbd74678a add some tests that show behavior is the same when on wasm stack 3 years ago
Pat Hickey b00d811e83 code review 3 years ago
Pat Hickey 52542b6c01 mock enough of the store to pass the uffd test 3 years ago
Pat Hickey efef0769fe make uffd test compile, but not pass 3 years ago
Michael Chesser da51fae4c3 Rename executable to already_protected 3 years ago
Michael Chesser 61ecccf306 Avoid updating memory protection on allocations that have the right protection. 4 years ago
Pat Hickey 0370d5c1a2 code review suggestion 3 years ago
Pat Hickey 175e72bac4 test that the catch unwind works 3 years ago
Pat Hickey 3fd674c6bc async memory_grow_failed can have a default impl 3 years ago
Pat Hickey 758abe3963 add table limiting tests 3 years ago
Pat Hickey 538c19589b build out async versions of the existing limiter tests 3 years ago
Pat Hickey a1301f8dae add table_grow_failed 3 years ago
Pat Hickey c0a1af94cf fix trap behavior 3 years ago
Pat Hickey 351a51cce6 docs 3 years ago
Pat Hickey 252ba39c27 implement table _async methods, test passes now 3 years ago
Chris Fallin 54896ac86d
Merge pull request #3469 from cfallin/machbuffer-quadratic-labels 3 years ago
Pat Hickey 5aef8f47c8 catch panic in libcalls for memory and table grow 3 years ago
Pat Hickey d3deaae99d collapse some common code 3 years ago
Pat Hickey 6c70b81ff5 review feedback 3 years ago
Pat Hickey abbe28d833 propogate changes to use anyhow::Error instead of Box<dyn Error...> 3 years ago
Pat Hickey a5007f318f runtime: use anyhow::Error instead of Box<dyn std::error::Error...> 3 years ago
Pat Hickey 2225722373 Memory::new_async, grow_async now work! 3 years ago
Pat Hickey adf7521e30 introduce a failing test 3 years ago
Pat Hickey 67a6c27e22 pooling needs the store earlier 3 years ago
Pat Hickey 9d1b24632e fix 3 years ago
Pat Hickey 147c8f8ed7 rename 3 years ago
Pat Hickey 18a355e092 give sychronous ResourceLimiter an async alternative 3 years ago
Chris Fallin 472b1b2e8a
Avoid quadratic behavior in pathological label-alias case in MachBuffer. 3 years ago
Chris Fallin e04357505e
Merge pull request #3466 from cfallin/regalloc-0.0.32 3 years ago
Chris Fallin e9921574d7
Update to regalloc.rs 0.0.32. 3 years ago
Adam Bratschi-Kaye afd10646c9
List exports of an instance in linking error (#3456) 3 years ago
Alex Crichton fb585fde40
Update the `wast` crate dependency (#3464) 3 years ago