Commit a6d3e3e
authored
Remove
This commit removes the host Python generation from this project. The
support here has all moved upstream to
https://github.com/bytecodealliance/wasmtime-py and is now supported
through:
python -m wasmtime.bindgen my-component.wasm --out-dir ./my-component
Some documentation is in the upstream `README.md` about how to use.
Necessary tests have been mirrored to the upstream repository to the
best of my ability, and this is intended to represent an inflection
point where the growth of the Python generator is no longer tied up with
all the other languages in this repository. This is a step further along
the path of #395.wit-bindgen-gen-host-wasmtime-py (#436)1 parent 0b45c73 commit a6d3e3e
25 files changed
Lines changed: 1 addition & 3635 deletions
File tree
- .github/workflows
- crates
- gen-host-wasmtime-py
- src
- tests
- wit-bindgen-demo
- src
- src/bin
- tests/runtime
- flavorful
- invalid
- lists
- many_arguments
- numbers
- records
- smoke
- unions
- variants
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
62 | | - | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments