summaryrefslogtreecommitdiff
path: root/test/run-c-api-examples.py
Commit message (Collapse)AuthorAgeFilesLines
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-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 Clegg2020-01-311-2/+0
|
* Initial WASM C API implementation. (#1250)Sam Clegg2020-01-161-0/+123
All tests except `threads` pass.