tag:github.com,2008:https://github.com/jayphelps/binaryen/releasesTags from binaryen2017-01-26T23:11:43Ztag:github.com,2008:Repository/80177798/version_262017-01-26T23:11:43Zversion_26: Read/Write Abstraction (#889)<p>Read/Write Abstraction (<a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/889">WebAssembly#889</a>)</p>
<p> * Added ModuleReader/Writer classes that support text and binary I/O</p>
<p> * Use them in wasm-opt and asm2wasm</p>kripkentag:github.com,2008:Repository/80177798/version_252017-01-26T19:04:47Zversion_25<p>code-pushing fix: we cannot push a set_local with side effects, as it…</p>
<p>… may not execute any more (<a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/890">WebAssembly#890</a>)</p>kripkentag:github.com,2008:Repository/80177798/version_242017-01-19T18:34:37Zversion_24kripkentag:github.com,2008:Repository/80177798/version_232017-01-05T23:33:55Zversion_23: Merge pull request #863 from WebAssembly/linking-fix<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/863">WebAssembly#863</a> from WebAssembly/linking-fix</p>
<p>Linking cleanups</p>kripkentag:github.com,2008:Repository/80177798/version_222016-12-28T02:42:44Zversion_22: Merge pull request #859 from WebAssembly/linking<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/859">WebAssembly#859</a> from WebAssembly/linking</p>
<p>Dynamic linking</p>kripkentag:github.com,2008:Repository/80177798/1.37.02016-11-12T01:07:00Z1.37.0<p>add --mem-max option to set the maximum size of memory, overriding th…</p>
<p>…e default (which is the normal size of memory if no growth, or infinity if growth) (<a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/837">WebAssembly#837</a>)</p>kripkentag:github.com,2008:Repository/80177798/version_212016-11-12T01:07:00Zversion_21<p>add --mem-max option to set the maximum size of memory, overriding th…</p>
<p>…e default (which is the normal size of memory if no growth, or infinity if growth) (<a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/837">WebAssembly#837</a>)</p>kripkentag:github.com,2008:Repository/80177798/version_202016-11-11T00:46:57Zversion_20<p>show a warning with guidance when a memory size incompatibility issue…</p>
<p>… makes wasm compilation fail (<a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/834">WebAssembly#834</a>)</p>kripkentag:github.com,2008:Repository/80177798/version_192016-11-04T21:55:32Zversion_19: Fixes fround of an unsigned integer (#821)<p>Fixes fround of an unsigned integer (<a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/821">WebAssembly#821</a>)</p>
<p>* fix fround of unsigned</p>
<p>* add testing for f32 ops, and remove a duplicate test (now that f32 is on by default in wasm, we don't need to check with and without PRECISE_F32)</p>
<p>* update wasm.js and binaryen.js</p>kripkentag:github.com,2008:Repository/80177798/1.36.142016-10-28T02:42:21Z1.36.14: Merge pull request #811 from WebAssembly/iffify<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/WebAssembly/binaryen/pull/811">WebAssembly#811</a> from WebAssembly/iffify</p>
<p>Some minor if/br_if opts</p>kripken