-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Insights: bytecodealliance/wasmtime
Overview
-
0 Active issues
-
- 0 Merged pull requests
- 1 Open pull request
- 0 Closed issues
- 0 New issues
There hasn’t been any commit activity on bytecodealliance/wasmtime in the last 24 hours.
Want to help out?
1 Pull request opened by 1 person
-
Release Wasmtime 35.0.0
#11286 opened
Jul 20, 2025
53 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Wasmtime exception support needs instance vmctx in each Wasm frame
#11285 commented on
Jul 20, 2025 • 0 new comments -
c-api: add wasi_config_set_stdout_pipe
#5210 commented on
Jul 20, 2025 • 0 new comments -
x64: reduce work in non-stack using leaf functions
#5352 commented on
Jul 20, 2025 • 0 new comments -
fuzzgen: Increase allowed stack space
#5825 commented on
Jul 20, 2025 • 0 new comments -
Branch folding
#5851 commented on
Jul 20, 2025 • 0 new comments -
implement "part 1" of WIT Templates
#5934 commented on
Jul 20, 2025 • 0 new comments -
Move DefaultProfiler to a separate module
#5990 commented on
Jul 20, 2025 • 0 new comments -
cranelift/egraphs: more select/bitselect optimizations
#6214 commented on
Jul 20, 2025 • 0 new comments -
Add other calling conventions to fuzzer
#6594 commented on
Jul 20, 2025 • 0 new comments -
Remove cranelift-codegen-shared
#6773 commented on
Jul 20, 2025 • 0 new comments -
Add timezone host functions.
#6899 commented on
Jul 20, 2025 • 0 new comments -
Move CLIF legalization into ISLE
#7321 commented on
Jul 20, 2025 • 0 new comments -
Fine-grained network policies
#7705 commented on
Jul 20, 2025 • 0 new comments -
add linker to wasi preview2 that accepts custom closure
#7778 commented on
Jul 20, 2025 • 0 new comments -
wasi-io: Reimplement wasi-io/poll using a Pollable trait
#7812 commented on
Jul 20, 2025 • 0 new comments -
Proof-carrying code: change range facts to be more general.
#7965 commented on
Jul 20, 2025 • 0 new comments -
Print some machinst metrics
#8107 commented on
Jul 20, 2025 • 0 new comments -
Cranelift: shrink ABIArgSlot
#8163 commented on
Jul 20, 2025 • 0 new comments -
Cranelift: implement "precise store traps" in presence of store-tearing hardware.
#8221 commented on
Jul 20, 2025 • 0 new comments -
cranelift/x64: Narrow `test` immediate operands
#8421 commented on
Jul 20, 2025 • 0 new comments -
refactor(cranelift-codegen): remove `OnceLock`
#8489 commented on
Jul 20, 2025 • 0 new comments -
WIP: cranelift: omit function prologue and epilogue on x64 if possible
#8516 commented on
Jul 20, 2025 • 0 new comments -
wasmtime: Remove ALL constant phis
#8565 commented on
Jul 20, 2025 • 0 new comments -
wasmtime: Consume fuel on all return paths
#8837 commented on
Jul 20, 2025 • 0 new comments -
cranelift-codegen: no_std support
#9007 commented on
Jul 20, 2025 • 0 new comments -
egraphs: Canonicalize loose inequalities to strict inequalities (2nd attempt)
#9040 commented on
Jul 20, 2025 • 0 new comments -
egraphs: transpose select on operation to operation on select when it increases sharing
#9074 commented on
Jul 20, 2025 • 0 new comments -
wasmtime: Check stack limits only on exit from wasm
#9093 commented on
Jul 20, 2025 • 0 new comments -
riscv64/x390: add *_overflow
#9214 commented on
Jul 20, 2025 • 0 new comments -
wmemcheck support for additional allocation functions and granular memory
#9641 commented on
Jul 20, 2025 • 0 new comments -
Add optional close/shutdown message to AsyncWriteStream
#9680 commented on
Jul 20, 2025 • 0 new comments -
Expose component model in C api
#9812 commented on
Jul 20, 2025 • 0 new comments -
Implement initial-cwd for wasi:cli/environment
#9831 commented on
Jul 20, 2025 • 0 new comments -
refactor: `no_std` `rustc_hash::{FxHashMap, FxHashSet}` aliases
#9975 commented on
Jul 20, 2025 • 0 new comments -
fix: `no_std` fix use without `unwind`
#9977 commented on
Jul 20, 2025 • 0 new comments -
refactor: remove `OnceLock`
#9992 commented on
Jul 20, 2025 • 0 new comments -
Add test for opening miscellaneous devices on UNIX-alikes.
#10137 commented on
Jul 20, 2025 • 0 new comments -
Support for stack switching proposal
#10177 commented on
Jul 20, 2025 • 0 new comments -
Keep Config options for disabling compiled-out features
#10455 commented on
Jul 20, 2025 • 0 new comments -
Plumb initial translation of `thread.spawn_indirect`
#10518 commented on
Jul 20, 2025 • 0 new comments -
cranelift: ISLE wrapper for constructing constants
#10528 commented on
Jul 20, 2025 • 0 new comments -
Minimal implementation of fixed size lists to enable wit-bindgen runtime tests
#10619 commented on
Jul 20, 2025 • 0 new comments -
x64: refactor the representation of `*Mem` and `*MemImm`
#10775 commented on
Jul 20, 2025 • 0 new comments -
Extend CustomCodeMemory interface allowing for using previously-mapped images
#10865 commented on
Jul 20, 2025 • 0 new comments -
Allow multiple registration of same image in the GlobalRegistry
#10874 commented on
Jul 20, 2025 • 0 new comments -
cranelift: stack-switching support
#11003 commented on
Jul 20, 2025 • 0 new comments -
Change `wasmtime wast` to be powered from JSON AST
#11113 commented on
Jul 20, 2025 • 0 new comments -
Add option to use regalloc3 as the register allocator
#11213 commented on
Jul 20, 2025 • 0 new comments -
[35.0.0] x64: Fix a missing lowering rule for select_spectre_guard
#11248 commented on
Jul 20, 2025 • 0 new comments -
x64: handle ISA features more completely
#11272 commented on
Jul 20, 2025 • 0 new comments -
Cranelift: fix a bug with inlining and unreachable callee blocks
#11282 commented on
Jul 20, 2025 • 0 new comments -
Wasmtime: Add (optional) bottom-up function inlining to Wasm compilation
#11283 commented on
Jul 20, 2025 • 0 new comments -
Record and Replay Support for Component Model
#11284 commented on
Jul 20, 2025 • 0 new comments