Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reference types changes to remove subtyping (#1407) | Ben Smith | 2020-05-28 | 1 | -0/+1 |
| | | | | | | | | Main changes: * Rename `anyref` -> `externref` * Remove `nullref` * Rename `hostref` -> `externref` * `ref.null` and `ref.is_null` now have "ref kind" parameter * Add ref kind keywords: `func`, `extern`, `exn` | ||||
* | Remove support for python2 (#1321) | Sam Clegg | 2020-01-31 | 1 | -2/+0 |
| | |||||
* | Initial WASM C API implementation. (#1250) | Sam Clegg | 2020-01-16 | 1 | -0/+123 |
All tests except `threads` pass. |