Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename anyref to externref to match proposal change (#2900) | Jay Phelps | 2020-06-10 | 1 | -4/+4 |
| | | | | | | | anyref future semantics were changed to only represent opaque host values, and thus renamed to externref. [Chromium](https://bugs.chromium.org/p/v8/issues/detail?id=7748#c360) was just updated to today (not yet released). I couldn't find a Mozilla bugzilla ticket mentioning externref so I don't immediately know if they've updated yet. https://github.com/WebAssembly/reference-types/pull/87 | ||||
* | Add support for reftypes in InstrumentLocals pass (#2375) | Heejin Ahn | 2019-10-10 | 1 | -0/+16 |
| | | | This adds support for anyref and exnref types in InstrumentLocals pass. | ||||
* | wasm2js2: more fuzzing improvements (#2028) | Alon Zakai | 2019-04-18 | 1 | -0/+99 |
| | |||||
* | Fuzz prep for wasm2js (#2022) | Alon Zakai | 2019-04-17 | 1 | -0/+97 |
Get fuzzing to a runnable state. |