This Week in WebAssembly I
(Hopefuly) weekly update on WebAssembly and WebAssembly related projects
Binaryen
[2016-08-11 21:02:33 -0700] Heejin Ahn: Implement asm.js style exception handling for Wasm (#664)
[2016-08-12 11:57:12 -0700] Alon Zakai: support expressions in segment offsets
[2016-08-12 14:40:26 -0700] Alon Zakai: support function table initial and max sizes, and new printing format
[2016-08-15 14:29:57 -0700] Alon Zakai: offset support in table
Design
[2016-08-09 19:20:36 -0500] Luke Wagner: Change WebAssembly.compile to throw on bad args
[2016-08-11 16:46:10 +0200] rossberg-chromium: Describe operand order of call_indirect (#758)
[2016-08-16 01:02:27 -0700] gahaas: Define realm for ToWebAssemblyValue (#754)
[2016-08-16 15:37:16 +0200] titzer: Limit varint sizes in Binary Encoding.
[2016-08-09 12:15:38 -0700] Dan Gohman: Replace branch arities with block and if signatures.
Spec
[2016-08-12 13:11:38 +0200] rossberg-chromium: Implement globals (#313)
[2016-08-12 14:40:09 +0200] rossberg-chromium: Implement tables & multiple memories (#316)
[2016-08-16 18:15:51 +0200] rossberg-chromium: Implement non-trapping grow_memory semantics (#308)
Website
webassembly.github.io repository
No changes
Resources
Talk by @callahad at MidWest: What the Heck is WebAssembly, and do I Have to Learn C Now?
Talk by @warianoguerra at StuttgartJS: WebAssembly @ StuttgartJS
Ricardo Forth: A Forth dialect implemented in C, Javascript, WebAssembly and compiled from C to asm.js and WebAssembly.