Skip to content

Issues: bytecodealliance/wasmtime

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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

cranelift-interpreter: Implement the AtomicCAS instruction cranelift:E-easy Issues suitable for newcomers to investigate, including Rust newcomers!
#5818 opened Feb 17, 2023 by afonso360
cranelift-interpreter: Implement the AtomicRMW instruction cranelift:E-easy Issues suitable for newcomers to investigate, including Rust newcomers!
#5817 opened Feb 17, 2023 by afonso360
fuzzgen: Generate ISA flags fuzzing Issues related to our fuzzing infrastructure
#5816 opened Feb 17, 2023 by afonso360
fuzzgen: Fuzz different calling conventions cranelift:E-easy Issues suitable for newcomers to investigate, including Rust newcomers! fuzzing Issues related to our fuzzing infrastructure
#5815 opened Feb 17, 2023 by afonso360
cranelift-entity: more efficient EntitySet implementation cranelift:E-easy Issues suitable for newcomers to investigate, including Rust newcomers! good first issue Issues that are good for new contributors to tackle!
#5804 opened Feb 16, 2023 by jameysharp
Cranelift: concretize the interpreter cranelift Issues related to the Cranelift code generator
#5793 opened Feb 15, 2023 by fitzgen
Souper-synthesized optimizations that we should investigate generalizing and adding to the mid-end cranelift:goal:optimize-speed Focus area: the speed of the code produced by Cranelift. souper Issues and PRs related to the Souper superoptimizer
#5783 opened Feb 15, 2023 by fitzgen
ISLE should have match expressions isle Related to the ISLE domain-specific language
#5771 opened Feb 13, 2023 by fitzgen
Implement finer fuel control mechanism
#5758 opened Feb 10, 2023 by howjmay
ISLE IDE functionality
#5752 opened Feb 9, 2023 by bjorn3
10 tasks
Support for Wasm Coredump
#5732 opened Feb 7, 2023 by xtuc
Cranelift: fcvt_to_sint_sat.{i8,i16} wrong result on riscv64 bug Incorrect behavior in the current implementation that needs fixing cranelift:area:riscv64 Issues related to the RISC-V 64 backend. cranelift Issues related to the Cranelift code generator
#5714 opened Feb 5, 2023 by afonso360
ISLE: disallow non-partial expressions in if predicates isle Related to the ISLE domain-specific language
#5686 opened Feb 1, 2023 by fitzgen
WASI randomness should not require a mutex wasm-proposal:threads Issues related to the WebAssembly threads proposal
#5660 opened Jan 30, 2023 by abrown
Cranelift: missing zero extension of i8,i16 causes undetermined behavior on x64 bug Incorrect behavior in the current implementation that needs fixing cranelift Issues related to the Cranelift code generator
#5645 opened Jan 27, 2023 by T0b1-iOS
fd_fdstat_set_flags requires mutable access to the file descriptor table wasm-proposal:threads Issues related to the WebAssembly threads proposal
#5643 opened Jan 27, 2023 by abrown
Cranelift's souper-harvest: don't harvest identity expressions cranelift Issues related to the Cranelift code generator
#5634 opened Jan 25, 2023 by fitzgen
bug: running with --vtune causes a crash bug Incorrect behavior in the current implementation that needs fixing
#5628 opened Jan 24, 2023 by abrown
ProTip! Exclude everything labeled bug with -label:bug.