| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename anyfunc -> funcref; parse reference types (#1026) | Ben Smith | 2019-02-25 | 1 | -4/+6 |
* | Add support for the reference types proposal (#938) | Alex Crichton | 2019-02-14 | 1 | -12/+60 |
* | Add br_on_exn instruction (#1016) | Ben Smith | 2019-02-13 | 1 | -0/+11 |
* | Parse updated event text and binary format (#1014) | Ben Smith | 2019-02-12 | 1 | -13/+4 |
* | Rename exception -> event (#1013) | Ben Smith | 2019-02-11 | 1 | -23/+22 |
* | Remove the `if_except` instruction (#1009) | Ben Smith | 2019-02-10 | 1 | -36/+0 |
* | Rename {memory,table}.drop to {data,elem}.drop (#1000) | Alex Crichton | 2019-01-30 | 1 | -8/+8 |
* | The great renaming (#985) | Ben Smith | 2018-12-19 | 1 | -44/+44 |
* | Check type use vs. explicit sig. in call_indirect (#937) | Ben Smith | 2018-10-30 | 1 | -8/+2 |
* | Add more bulk memory tests; use vars for segments (#930) | Ben Smith | 2018-10-15 | 1 | -4/+24 |
* | Implemented tail call instructions: (#926) | Francis McCabe | 2018-10-12 | 1 | -4/+23 |
* | Add bulk memory opcode definitions (#927) | Alex Crichton | 2018-10-12 | 1 | -5/+76 |
* | Tailcall (#918) | Ben Smith | 2018-10-01 | 1 | -0/+12 |
* | Fix some multi-value bugs; run spec tests | Ben Smith | 2018-09-06 | 1 | -0/+30 |
* | Replace ErrorHandler with Errors and FormatErrors* | Ben Smith | 2018-09-04 | 1 | -16/+13 |
* | Move WastLexer out of NameResolver, Validator, etc. | Ben Smith | 2018-09-04 | 1 | -21/+9 |
* | Fix: set_global on immutable global is invalid (#895) | Ben Smith | 2018-08-15 | 1 | -1/+12 |
* | Pass Option structs by const reference (#888) | Ben Smith | 2018-08-07 | 1 | -12/+12 |
* | Add support for multi-value proposal (#861) | Ben Smith | 2018-06-14 | 1 | -26/+44 |
* | Better type-check errors locs @ end of block (#856) | Ben Smith | 2018-06-05 | 1 | -0/+7 |
* | Update spec tests; rename {grow,current}_memory (#849) | Ben Smith | 2018-05-27 | 1 | -16/+16 |
* | Run clang-format over all the files (#814) | Ben Smith | 2018-03-16 | 1 | -16/+21 |
* | SIMD v8x16.shuffle implementation. (#811) | lizhengxing | 2018-03-15 | 1 | -0/+7 |
* | Simd i8x16.extract_lane_s instruction implementation. (#802) | lizhengxing | 2018-03-13 | 1 | -0/+7 |
* | WIP on support for level1 exception spec (#773) | Ben Smith | 2018-03-02 | 1 | -26/+34 |
* | Use ExprVisitor in Validator (#764) | Ben Smith | 2018-02-20 | 1 | -202/+310 |
* | SIMD v128.bitselect instruction implementation. (#759) | lizhengxing | 2018-02-19 | 1 | -0/+4 |
* | Don't allow memory to be shared by default (#756) | Ben Smith | 2018-02-13 | 1 | -18/+19 |
* | Add feature flags for sign-ext., mutable-globals (#722) | Ben Smith | 2018-01-18 | 1 | -2/+2 |
* | Wabt simd v128.const instruction PR (Part 2): (#702) | lizhengxing | 2017-12-19 | 1 | -0/+1 |
* | [cleanup] Always use braces with if (#691) | Ben Smith | 2017-12-09 | 1 | -22/+43 |
* | Import/export mutable globals w/ threads enabled (#690) | Ben Smith | 2017-12-07 | 1 | -11/+23 |
* | Rename {wake,wait} -> atomic.{wake,wait} (#672) | Ben Smith | 2017-11-21 | 1 | -8/+8 |
* | Update testsuite; call_indirect has new syntax (#667) | Ben Smith | 2017-11-11 | 1 | -14/+41 |
* | Add `i{32,64}.wait` and `wake` operators (#646) | Ben Smith | 2017-10-05 | 1 | -28/+28 |
* | Validate that atomic accesses have shared memory (#641) | Ben Smith | 2017-09-27 | 1 | -6/+19 |
* | Add Atomic instructions (#633) | Ben Smith | 2017-09-20 | 1 | -0/+52 |
* | Parse and dump shared limits fields (#632) | Derek Schuff | 2017-09-19 | 1 | -10/+19 |
* | Update testsuite (#609) | Ben Smith | 2017-09-04 | 1 | -16/+36 |
* | Always include quoted headers like "src/foo.h" (#601) | Ben Smith | 2017-08-30 | 1 | -8/+9 |
* | Move Result to its own file (result.h) (#600) | Ben Smith | 2017-08-29 | 1 | -32/+13 |
* | Clean up various structs in ir.h (#595) | Ben Smith | 2017-08-26 | 1 | -75/+71 |
* | Rewrite parser as recursive descent (#591) | Ben Smith | 2017-08-15 | 1 | -0/+1 |
* | Rename snake_case to MixedCase. (#579) | Ben Smith | 2017-07-19 | 1 | -14/+13 |
* | Remove uses of StringSlice from IR (#559) | Ben Smith | 2017-07-07 | 1 | -4/+4 |
* | Use std::string instead of StringSlice in Var (#556) | Ben Smith | 2017-07-06 | 1 | -11/+10 |
* | Remove BinaryErrorHandler, rename SourceErrorHandler (#553) | Ben Smith | 2017-07-06 | 1 | -6/+6 |
* | Use intrusive list for ModuleFields (#554) | Ben Smith | 2017-07-06 | 1 | -19/+19 |
* | Use intrusive_list for Expr (#544) | Ben Smith | 2017-06-30 | 1 | -18/+19 |
* | Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540) | KarlSchimpf | 2017-06-28 | 1 | -24/+22 |