Skip to content

Issues: bytecodealliance/wasmtime

Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Async Yield may immediately reschedule when using Tokio bug Incorrect behavior in the current implementation that needs fixing
#10667 opened Apr 24, 2025 by posborne
[Linker] define_unknown_imports_as_traps is hard to use bug Incorrect behavior in the current implementation that needs fixing
#10663 opened Apr 24, 2025 by kvcache
[wasmtime CLI]: Expose component interfaces as CLI sub-commands wasmtime Issues about wasmtime that don't fall into another label
#10637 opened Apr 22, 2025 by tschneidereit
Support 64-bit tables in the C/C++ API wasm-proposal:memory64 Issues with the implementation of the memory64 wasm proposal wasmtime:c-api Issues pertaining to the C API.
#10625 opened Apr 21, 2025 by alexcrichton
Winch: Wrong result with br_table to multivalue return in function fuzz-bug Bugs found by a fuzzer winch Winch issues or pull requests
#10613 opened Apr 18, 2025 by alexcrichton
Audit fuzzing of wasm GC and support that wasm-smith might generate fuzzing Issues related to our fuzzing infrastructure wasm-proposal:gc Issues with the implementation of the gc wasm proposal
#10596 opened Apr 16, 2025 by alexcrichton
2 tasks
Excessive compile time for "simple" module cranelift:goal:compile-time Focus area: how fast Cranelift can compile or how much memory it uses. fuzz-bug Bugs found by a fuzzer
#10576 opened Apr 14, 2025 by alexcrichton
Pulley runs slower for float computation pulley Issues related to the Pulley interpreter
#10545 opened Apr 8, 2025 by lazytiger
CLI statistics for wasmtime modules
#10519 opened Apr 3, 2025 by MA3CIN
cranelift_codegen: panic with shift left with overflow bug Incorrect behavior in the current implementation that needs fixing cranelift Issues related to the Cranelift code generator
#10479 opened Mar 27, 2025 by Robbepop
wasmtime::component::bindgen! macro generates invalid code bug Incorrect behavior in the current implementation that needs fixing
#10449 opened Mar 21, 2025 by pimeys
Define default-value constructors for various Wasm types in the host API good first issue Issues that are good for new contributors to tackle!
#10437 opened Mar 20, 2025 by fitzgen
Deduplicate encoded stack map data inside .cwasm sections wasm-proposal:gc Issues with the implementation of the gc wasm proposal wasmtime:code-size Issues related to reducing the code size of Wasmtime binaries wasmtime Issues about wasmtime that don't fall into another label
#10431 opened Mar 20, 2025 by fitzgen
Cranelift: towards representing control and effect dependencies in CLIF cranelift:area:clif cranelift:discussion cranelift:goal:optimize-speed Focus area: the speed of the code produced by Cranelift. cranelift:mid-end clif-to-clif related passes, legalizations, etc... cranelift:moonshot cranelift Issues related to the Cranelift code generator
#10427 opened Mar 19, 2025 by fitzgen
Cranelift: Generate .eh_frame info for function epilogues cranelift:area:debug cranelift:goal:native-ABI Focus area: Interoperate with native platform ABIs and calling conventions. cranelift Issues related to the Cranelift code generator
#10422 opened Mar 19, 2025 by fitzgen
Cranelift: Improve the FDEs we generate to help speed up .eh_frame -using stack walkers cranelift:area:debug cranelift:goal:native-ABI Focus area: Interoperate with native platform ABIs and calling conventions. cranelift Issues related to the Cranelift code generator
#10421 opened Mar 19, 2025 by fitzgen
Leading slash in std::env::current_dir output on Windows bug Incorrect behavior in the current implementation that needs fixing
#10415 opened Mar 17, 2025 by maxdeviant
Remove the global_value CLIF instruction cranelift:area:clif cranelift Issues related to the Cranelift code generator
#10339 opened Mar 5, 2025 by fitzgen
ProTip! Exclude everything labeled bug with -label:bug.