phasm/requirements.txt
Johan B.W. de Vries 6e26c13dd3 Replaces type3 with type5
type5 is much more first principles based, so we get a lot
of weird quirks removed:

- FromLiteral no longer needs to understand AST
- Type unifications works more like Haskell
- Function types are just ordinary types, saving a lot of
  manual busywork

and more.
2025-08-05 19:57:04 +02:00

20 lines
343 B
Plaintext

marko==2.1.3
mypy==1.17.1
pygments==2.19.1
pytest==8.3.5
pytest-integration==0.2.2
ruff==0.12.7
wasmtime==31.0.0
# TODO:
# extism?
# wasmedge
# Check 2025-04-05
# wasm3: minimal maintenance phase
# py-wasm: last updated 6 years ago
# wasmer-python: Not compatible with python3.12, last updated 2 years ago
# WAVM: Last updated 3 years ago