Commits
User selector
Commit History
Commits on Apr 8, 2024
- committed
Commits on Aug 3, 2022
Initial back-edge CFI implementation (#3606)
Show description for a897742authored
Commits on Jul 25, 2022
x64: Implement SIMD `fma` (#4474)
Show description for 02c3b47authored
Commits on Jul 5, 2022
Migrate most of wasmtime from lazy_static to once_cell (#4368)
Show description for 371ae80authored
Commits on Jun 27, 2022
Add a method to Linker and flag to wasmtime-cli to trap unknown import funcs (#4312)
Show description for 84a43d8authored
Pat Hickey
Commits on May 18, 2022
Tweak CLI fallback to the `run` command (#4161)
Show description for 411f3d6authored
Commits on May 4, 2022
bench-api: configure execution with a flags string (#4096)
Show description for 5c3642fauthored
Commits on Apr 28, 2022
Update to clap 3.* (#4082)
Show description for 5fe06f7authored
Commits on Apr 18, 2022
Remove support for userfaultfd (#4040)
Show description for 3f3afb4authored
Commits on Mar 23, 2022
Remove the module linking implementation in Wasmtime (#3958)
Show description for 76b8291authored
Commits on Mar 16, 2022
Support disabling backtraces at compile time (#3932)
Show description for 3f9bff1authored
Commits on Mar 14, 2022
Delete historical interruptable support in Wasmtime (#3925)
Show description for c22033bauthored
Commits on Mar 9, 2022
Commits on Feb 25, 2022
Remove the `ModuleLimits` pooling configuration structure (#3837)
Show description for 15bb0c6authored
Commits on Feb 22, 2022
Enable copy-on-write heap initialization by default (#3825)
Show description for bbd4a4aauthored
Commits on Feb 17, 2022
Cranelift: ensure ISA level needed for SIMD is present when SIMD is enabled. (#3816)
Show description for 1c014d1authored
Commits on Feb 15, 2022
Added 'add_fuel' command line option (#3792)
Show description for 85cf4b0andauthored
Commits on Feb 7, 2022
wasmtime: add CLI options for pre-opened TCP listen sockets (#3729)
Show description for fa889b4authored
Commits on Jan 31, 2022
Add a pooling allocator mode based on copy-on-write mappings of memfds.
Show description for b73ac83committed
Commits on Jan 20, 2022
Add epoch-based interruption for cooperative async timeslicing.
Show description for 8a55b5ccommitted
Commits on Dec 16, 2021
Add CLI options for more configuration options (#3603)
Show description for 48a17e9authored
Commits on Dec 14, 2021
Enable the SIMD proposal by default (#3601)
Show description for 2cdbf32authored
Commits on Nov 15, 2021
Remove deprecated `--enable-*` CLI flags (#3524)
Show description for 37adfb8authored
Commits on Nov 3, 2021
Add a configuration option to force "static" memories (#3503)
Show description for 6bcee7fauthored
Commits on Sep 27, 2021
Remove the lightbeam backend (#3390)
Show description for 1ee2af0authored
Commits on Sep 21, 2021
Optimize `Func::call` and its C API (#3319)
Show description for bcf3544authored
Commits on Sep 13, 2021
Restore running precompiled modules with the CLI (#3343)
Show description for 4d4779bauthored
Commits on Sep 8, 2021
Remove the `wasmtime wasm2obj` command (#3301)
Show description for 8ebaaf9authored
Commits on Aug 25, 2021
Move wasm data/debuginfo into the ELF compilation image (#3235)
Show description for 7d05ebeauthored
Commits on Aug 19, 2021
Fix cross-compilation via the CLI (#3212)
Show description for db79438authored
Commits on Aug 18, 2021
Add a cranelift compile-time feature to wasmtime (#3206)
Show description for ddfadaeauthored
Commits on Aug 17, 2021
Reimplement how unwind information is stored (#3180)
Show description for e8aa7bbauthoredActually process memory64 feature in CLI (#3197)
Show description for c6cd100authored
Commits on Aug 16, 2021
Remove dependency on `TargetIsa` from Wasmtime crates (#3178)
Show description for 0313e30authored