MVP #1

Merged
jbwdevries merged 73 commits from idea_crc32 into master 2022-08-21 12:59:21 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit efba4e0daa - Show all commits

View File

@ -29,6 +29,6 @@ typecheck: venv/.done
venv/.done: requirements.txt venv/.done: requirements.txt
python3.8 -m venv venv python3.8 -m venv venv
venv/bin/python3 -m pip install wheel venv/bin/python3 -m pip install wheel pip --upgrade
venv/bin/python3 -m pip install -r $^ venv/bin/python3 -m pip install -r $^
touch $@ touch $@

View File

@ -4,6 +4,6 @@ pytest==6.2.2
pytest-integration==0.2.2 pytest-integration==0.2.2
pywasm==1.0.7 pywasm==1.0.7
pywasm3==0.5.0 pywasm3==0.5.0
wasmer==1.0.0 wasmer==1.1.0
wasmer_compiler_cranelift==1.0.0 wasmer_compiler_cranelift==1.1.0
wasmtime==0.36.0 wasmtime==0.36.0