Skip to content

Tags: fcccode/binaryen

Tags

1.38.8

Toggle 1.38.8's commit message
Fix out-of-tree install of wasm.js (WebAssembly#1616)

1.38.7

Toggle 1.38.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stop bundling binaryen.js builds (WebAssembly#1609)

Instead, we point users to the bot @dcodeIO has, see WebAssembly#1571

This is useful because otherwise every change to binaryen.js requires bundling a build here, which is more work for contributors (and also grows the git repo over time).

We still keep a bundled build of wasm.js. We use that for testing of the interpreter currently, and emscripten depends on it. Eventually wasm2asm may replace that. In any case, wasm.js builds are required far less frequently than binaryen.js.

1.38.6

Toggle 1.38.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve source map parsing to handle whitespace (WebAssembly#1598)

1.38.5

Toggle 1.38.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add -g/--debuginfo flag to wasm-emscripten-finalize (WebAssembly#1584)

This brings this tool into parity with the existing s2wasm

1.38.4

Toggle 1.38.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow --total-memory to be greater than a signed int32 (WebAssembly#1565

)

1.38.3

Toggle 1.38.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix optimizing equivalent locals bug introduced in WebAssembly#1540 (W…

…ebAssembly#1556)

Don't skip through flowing tee values, just drop the current outermost which we find is redundant. the child tees may still be necessary.

1.38.2

Toggle 1.38.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix optimizing equivalent locals bug introduced in WebAssembly#1540 (W…

…ebAssembly#1556)

Don't skip through flowing tee values, just drop the current outermost which we find is redundant. the child tees may still be necessary.

1.38.1

Toggle 1.38.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix optimizing equivalent locals bug introduced in WebAssembly#1540 (W…

…ebAssembly#1556)

Don't skip through flowing tee values, just drop the current outermost which we find is redundant. the child tees may still be necessary.

version_48

Toggle version_48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix optimizing equivalent locals bug introduced in WebAssembly#1540 (W…

…ebAssembly#1556)

Don't skip through flowing tee values, just drop the current outermost which we find is redundant. the child tees may still be necessary.

1.38.0

Toggle 1.38.0's commit message
Make generating atomics optional in translate-to-fuzz (WebAssembly#1513)