Remove the wasmtime Python extension from this repo (#1457)

* Remove the wasmtime Python extension from this repo

This commit removes the `crates/misc/py` folder and all associated
doo-dads like CI. This module has been rewritten to use the C API
natively and now lives at
https://github.com/bytecodealliance/wasmtime-py as discussed on #1390
This commit is contained in:
Alex Crichton
2020-04-01 13:52:59 -05:00
committed by GitHub
parent 83602e05b6
commit 1a0325014f
32 changed files with 30 additions and 1322 deletions

View File

@@ -58,7 +58,6 @@ members = [
"cranelift",
"crates/c-api",
"crates/fuzzing",
"crates/misc/py",
"crates/misc/run-examples",
"crates/misc/rust",
"crates/wiggle",