Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / WebAssembly/binaryen issues and pull requests

#6603 - Fix GlobalRefining's handling of gets in module code and add missing validation

Pull Request - State: closed - Opened by kripken about 2 months ago - 2 comments

#6602 - [cmake] Remove redundant `binaryen_emscripten_SOURCES`

Pull Request - State: closed - Opened by sbc100 about 2 months ago

#6601 - Rewrite wasm-shell to use new wast parser

Pull Request - State: closed - Opened by tlively about 2 months ago - 2 comments

#6599 - [Table64Lowering] Don't assume that all segments are from 64-bit tables

Pull Request - State: closed - Opened by sbc100 about 2 months ago - 10 comments

#6598 - Fix FlatTable for table64

Pull Request - State: closed - Opened by sbc100 about 2 months ago

#6597 - [NFC] Disable a warning that happens on system headers on CI

Pull Request - State: closed - Opened by kripken about 2 months ago - 3 comments

#6595 - Add table64 lowering pass

Pull Request - State: closed - Opened by sbc100 about 2 months ago - 4 comments

#6594 - Debug location parser: accept arbitrary paths

Pull Request - State: closed - Opened by vouillon about 2 months ago

#6593 - Bug in recent "OptimizeInstructions: Optimize StructNew/ArrayNew forms"

Issue - State: closed - Opened by mkustermann about 2 months ago - 3 comments

#6592 - [EH] Rename option/pass names for new EH (exnref)

Pull Request - State: closed - Opened by aheejin about 2 months ago

#6591 - LocalCSE: Fix regression from #6587 by accumulating generativity

Pull Request - State: closed - Opened by kripken about 2 months ago

#6590 - Remove redundant ptrType from MemorySize/Grow instructions. NFC

Pull Request - State: closed - Opened by sbc100 about 2 months ago - 2 comments

#6589 - [Strings] Remove operations not included in imported strings

Pull Request - State: closed - Opened by tlively about 2 months ago - 4 comments

#6588 - LocalCSE: Ignore traps of code in between

Pull Request - State: closed - Opened by kripken about 2 months ago

#6587 - LocalCSE: Check effects/generativity early

Pull Request - State: closed - Opened by kripken about 2 months ago - 1 comment

#6586 - [NFC] Add printing for EffectAnalyzer

Pull Request - State: closed - Opened by kripken about 2 months ago

#6585 - Segmentation fault although no optimization is done

Issue - State: closed - Opened by wackazong about 2 months ago - 3 comments

#6584 - Push `struct.new` down to make it more likely that heap stores can be optimized.

Pull Request - State: closed - Opened by rluble about 2 months ago - 1 comment

#6583 - Simplify scratch local calculation

Pull Request - State: closed - Opened by tlively about 2 months ago - 1 comment

#6582 - [interp] Make memory and table handling more consistent. NFC

Pull Request - State: closed - Opened by sbc100 about 2 months ago - 2 comments

#6581 - [Parser] Parse wast scripts

Pull Request - State: closed - Opened by tlively about 2 months ago - 1 comment

#6579 - [Strings] Remove stringview types and instructions

Pull Request - State: closed - Opened by tlively about 2 months ago - 9 comments

#6578 - Make stringview reference type shorthands non-nullable

Pull Request - State: open - Opened by tlively about 2 months ago - 2 comments

#6577 - [memory64] Add table64 to existing memory64 support

Pull Request - State: closed - Opened by sbc100 about 2 months ago - 1 comment

#6576 - [validator] Remove indexType helper function

Pull Request - State: closed - Opened by sbc100 about 2 months ago

#6575 - Fuzzer: Add another stringview subtyping error message to ignore

Pull Request - State: closed - Opened by kripken about 2 months ago - 13 comments

#6574 - Fuzzer: Stop emitting nullable stringviews

Pull Request - State: closed - Opened by kripken about 2 months ago - 1 comment

#6573 - CFGWalker with single-thread fixes

Pull Request - State: closed - Opened by XMadrid about 2 months ago - 3 comments

#6572 - wasm-split error without an element segment

Issue - State: closed - Opened by kripken about 2 months ago

#6570 - Allow DWARF and multivalue together

Pull Request - State: closed - Opened by aheejin about 2 months ago

#6569 - [Question] Multi-value Return using Tuple

Issue - State: open - Opened by bbbshaw 2 months ago - 3 comments

#6568 - StackIR: Run StackIR during binary writing

Pull Request - State: closed - Opened by kripken 2 months ago - 9 comments

#6567 - Respect the Web limitation on Table size

Pull Request - State: closed - Opened by kripken 2 months ago

#6566 - [WIP] ReFinalize GlobalGet in initializers after GlobalRefining

Pull Request - State: closed - Opened by tlively 2 months ago - 4 comments

#6565 - Unsubtyping fuzz bug

Issue - State: closed - Opened by kripken 2 months ago - 1 comment

#6564 - [StackIR] Support source maps and DWARF with StackIR

Pull Request - State: closed - Opened by kripken 2 months ago - 3 comments

#6563 - Add "precompute" and "remove-unused-brs" as a cleanup in J2clOpts.

Pull Request - State: closed - Opened by rluble 2 months ago

#6562 - [Strings] Limit string allocations like we do arrays

Pull Request - State: closed - Opened by kripken 2 months ago

#6560 - Re-enable fuzzing of text round trips

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6559 - [jspi] Fix invalid wat in test case.

Pull Request - State: closed - Opened by brendandahl 2 months ago

#6558 - Fix a bug with unreachable control flow in IRBuilder

Pull Request - State: closed - Opened by vouillon 2 months ago

#6557 - CFGWalker with Single-thread failed

Issue - State: closed - Opened by XMadrid 2 months ago - 4 comments

#6556 - Use the new wat parser in tests

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6555 - Use the new wat parser in the C API

Pull Request - State: closed - Opened by tlively 2 months ago - 2 comments

#6554 - [NFC] Use the new wat parser in RemoveNonJSOps

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6553 - [Parser][NFC] Clean up the lexer index/pos API

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6552 - [Parser] Re-use blocks instead of wrapping where possible

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6551 - Improve return validation

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6550 - Source map fixes

Pull Request - State: closed - Opened by vouillon 2 months ago - 3 comments

#6548 - Dynamic loading of custom passes in wasm-opt

Issue - State: closed - Opened by loganek 2 months ago - 1 comment

#6547 - [Strings] Fix effects of string.compare and add fuzzing

Pull Request - State: closed - Opened by kripken 2 months ago

#6546 - [jspi] - Support new version of JSPI for module splitting.

Pull Request - State: closed - Opened by brendandahl 2 months ago

#6545 - GUFA: Handle bottom types in filterDataContents()

Pull Request - State: closed - Opened by kripken 2 months ago

#6544 - [Parser] Do not eagerly lex numbers

Pull Request - State: closed - Opened by tlively 2 months ago - 3 comments

#6543 - [Parser] Do not eagerly lex strings

Pull Request - State: closed - Opened by tlively 2 months ago - 2 comments

#6542 - [Parser] Do not eagerly lex IDs

Pull Request - State: closed - Opened by tlively 2 months ago - 2 comments

#6541 - [Parser] Do not eagerly lex keywords

Pull Request - State: closed - Opened by tlively 2 months ago - 3 comments

#6540 - [Parser] Do not eagerly lex parens

Pull Request - State: closed - Opened by tlively 2 months ago - 2 comments

#6539 - [Strings] Fuzz string.encode

Pull Request - State: closed - Opened by kripken 2 months ago

#6538 - Do not add an extra null character when reading files

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6537 - Fuzzer: Update the typeLocals data structure before mutation

Pull Request - State: closed - Opened by kripken 2 months ago

#6536 - Add a flag to opt in to the old WAT parser

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6535 - [Strings] Implement string.measure_wtf16 in interpreter

Pull Request - State: closed - Opened by kripken 2 months ago - 2 comments

#6534 - Comment out test failing on windows

Pull Request - State: closed - Opened by tlively 2 months ago - 1 comment

#6533 - Upgrade setup-python and checkout actions in CI

Pull Request - State: closed - Opened by tlively 2 months ago - 2 comments

#6532 - [Strings] Fuzzer: Emit StringConcat

Pull Request - State: closed - Opened by kripken 2 months ago

#6531 - [Strings] Do not reuse mutable globals in StringGathering

Pull Request - State: closed - Opened by kripken 2 months ago

#6530 - Fuzzer: Compare strings

Pull Request - State: closed - Opened by kripken 2 months ago

#6529 - [Parser] Use the new parser in wasm-shell and wasm-as

Pull Request - State: closed - Opened by tlively 2 months ago - 2 comments

#6528 - [wasm-shell] Error on unknown commands

Pull Request - State: closed - Opened by tlively 2 months ago - 2 comments

#6527 - [Strings] Add the string heaptype to core fuzzer places

Pull Request - State: closed - Opened by kripken 2 months ago

#6526 - [Strings] Fuzz and interpret all relevant StringNew methods

Pull Request - State: closed - Opened by kripken 2 months ago - 1 comment

#6525 - Fix some missing debug location information

Pull Request - State: closed - Opened by vouillon 2 months ago

#6524 - [EH] Fix assumption that all throw_refs are created from rethrows

Pull Request - State: closed - Opened by aheejin 2 months ago

#6522 - Precompute: Ignore mutable arrays in StringNew

Pull Request - State: closed - Opened by kripken 2 months ago

#6521 - What are the road blocks to using wasm-split multiple times?

Issue - State: open - Opened by jnickg 2 months ago - 5 comments

#6520 - Source maps: allow to specify that an expression has no debug info in text parsers

Pull Request - State: closed - Opened by vouillon 2 months ago - 3 comments

#6519 - [EH] Fix missing outer block for catchless try

Pull Request - State: closed - Opened by aheejin 2 months ago

#6518 - [EH] Fix delegating to caller when func result is concrete

Pull Request - State: closed - Opened by aheejin 2 months ago

#6517 - [wasm-split] Do not split out functions referring to segments

Pull Request - State: closed - Opened by tlively 3 months ago - 2 comments

#6516 - [Parser][NFC] Do less work when parsing function types

Pull Request - State: closed - Opened by tlively 3 months ago - 2 comments

#6515 - [Parser][NFC] Improve performance of idchar lexing

Pull Request - State: closed - Opened by tlively 3 months ago - 2 comments

#6514 - [Parser][NFC] Solve performance issue by adding maybeLabelidx

Pull Request - State: closed - Opened by tlively 3 months ago - 1 comment

#6513 - wasm-split: Handle RefFuncs

Pull Request - State: closed - Opened by kripken 3 months ago

#6511 - [Strings] Fix finalize() of StringNew on arrays

Pull Request - State: closed - Opened by kripken 3 months ago

#6510 - Fix binary emitting of br_if with a refined value by emitting a cast

Pull Request - State: closed - Opened by kripken 3 months ago - 20 comments

#6509 - Run (basic) StackIR optimizations in all binary writes?

Issue - State: open - Opened by kripken 3 months ago - 2 comments

#6508 - Remove unused options from wasm-shell

Pull Request - State: closed - Opened by tlively 3 months ago - 1 comment

#6507 - Cast optimization improvement: also handle local.tee

Pull Request - State: closed - Opened by vouillon 3 months ago - 1 comment

#6506 - How to remove no-op exported functions?

Issue - State: open - Opened by orsinium 3 months ago - 3 comments
Labels: enhancement, help wanted, good first bug

#6505 - [Parser] Preserve try labels

Pull Request - State: closed - Opened by tlively 3 months ago - 1 comment

#6504 - [Parser] Match legacy parser block naming

Pull Request - State: closed - Opened by tlively 3 months ago - 1 comment