Skip to content

Commit c47a02a

Browse files
committed
remove raylib 3.13
1 parent e20b74e commit c47a02a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed
Binary file not shown.

repo/index-0.9.2-cp313.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"igraph": "pkg/igraph-0.10.3-cp39-abi3-wasm32_mvp_emscripten.whl",
5050
"imageio": "pkg/imageio-2.19.3-py3-none-any.whl",
5151
"iniconfig": "pkg/iniconfig-1.1.1-py2.py3-none-any.whl",
52-
"isympy": "pkg/sympy-1.14.dev0-py3-none-any.whl",
52+
"isympy": "pkg/sympy-1.10.1-py3-none-any.whl",
5353
"jedi": "pkg/jedi-0.18.1-py2.py3-none-any.whl",
5454
"jinja2": "pkg/Jinja2-3.1.2-py3-none-any.whl",
5555
"joblib": "pkg/joblib-1.1.0-py2.py3-none-any.whl",
@@ -102,14 +102,14 @@
102102
"pymunk": "cp313/pymunk-6.4.0-<abi>-<abi>-<api>.whl",
103103
"pyparsing": "pkg/pyparsing-3.1.1-py3-none-any.whl",
104104
"pyperclip": "pkg/pyperclip-1.8.2-py3-none-any.whl",
105-
"pyray": "pkg/raylib-5.5.0.1-cp310-abi3-wasm32_bi_emscripten.whl",
105+
"pyray": "pkg/raylib-5.0.0.3-cp310-abi3-wasm32_bi_emscripten.whl",
106106
"pyrr": "pkg/pyrr-0.10.3-py3-none-any.whl",
107107
"pytest": "pkg/pytest-7.1.2-py3-none-any.whl",
108108
"pytest_benchmark": "pkg/pytest_benchmark-3.4.1-py2.py3-none-any.whl",
109109
"pytz": "pkg/pytz-2022.1-py2.py3-none-any.whl",
110110
"pyxel": "pkg/pyxel-1.8.8-cp37-abi3-wasm32_mvp_emscripten.whl",
111111
"pyximport": "pkg/Cython-3.0.0a11-py2.py3-none-any.whl",
112-
"raylib": "pkg/raylib-5.5.0.1-cp310-abi3-wasm32_bi_emscripten.whl",
112+
"raylib": "pkg/raylib-5.0.0.3-cp310-abi3-wasm32_bi_emscripten.whl",
113113
"raypyc": "pkg/raypyc-0.1.8-py3-none-any.whl",
114114
"retrying": "pkg/retrying-1.3.3-py3-none-any.whl",
115115
"rich": "pkg/rich-13.7.0-py3-none-any.whl",
@@ -120,7 +120,7 @@
120120
"svgwrite": "pkg/svgwrite-1.4.2-py3-none-any.whl",
121121
"svgwrite.data": "pkg/svgwrite-1.4.2-py3-none-any.whl",
122122
"svgwrite.extensions": "pkg/svgwrite-1.4.2-py3-none-any.whl",
123-
"sympy": "pkg/sympy-1.14.dev0-py3-none-any.whl",
123+
"sympy": "pkg/sympy-1.10.1-py3-none-any.whl",
124124
"telemetrix_aio": "pkg/telemetrix_aio-1.11-py3-none-any.whl",
125125
"termcolor": "pkg/termcolor-1.1.0-py3-none-any.whl",
126126
"tests": "pkg/cmyt-1.0.4-py3-none-any.whl",
Binary file not shown.

server.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
)
1313
mimetypes.types_map[".wasm"] = "application/wasm"
1414

15+
if ".wasi" not in mimetypes.types_map:
16+
mimetypes.types_map[".wasi"] = "application/wasm"
17+
1518
import argparse
1619
from http import server, HTTPStatus
1720

0 commit comments

Comments
 (0)