pyodide/src
Hood Chatham 1dd1e688cf
Streamline hiwire_get_dtype (#956)
Implementation of hiwire_get_dtype is split across two files. The reason seems to be that get_dtype returns two values: format and size. I changed it to take pointers to write the results into. This makes the code shorter and easier to understand (someone reading the files would have to search the source to find out that those constants are only used in two spots).
2020-12-31 14:49:24 +08:00
..
css MAINT Reorganize src/ and tests/ folders (#786) 2020-11-09 13:28:02 +01:00
pyodide-py/pyodide Release 0.16.1 (#950) 2020-12-25 22:05:54 +01:00
templates Use PYODIDE_BASE_URL for the deployment location (#855) 2020-12-18 13:23:45 +01:00
tests Enable monkey patching of eval_code and find_imports (#941) 2020-12-24 18:14:49 +01:00
type_conversion Streamline hiwire_get_dtype (#956) 2020-12-31 14:49:24 +08:00
_headers MNT Add pre-commit config (#698) 2020-06-27 14:57:48 +02:00
_testcapi.py Add lots of documentation. 2018-05-24 10:52:27 -04:00
main.c Use the C type system in hiwire (#971) 2020-12-31 07:36:00 +08:00
pyodide.js Remove iodide specific code (#878) 2020-12-30 13:54:40 +08:00
pystone.py Update to Python 3.8.2 (#712) 2020-07-07 16:21:33 +02:00
sitecustomize.py STY Apply black for code style (#702) 2020-06-28 20:24:40 +02:00
webbrowser.py STY Apply black for code style (#702) 2020-06-28 20:24:40 +02:00
webworker.js Use PYODIDE_BASE_URL for the deployment location (#855) 2020-12-18 13:23:45 +01:00