Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wit-bindgen-gen-host-wasmtime-py #436

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

alexcrichton
Copy link
Member

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.

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 bytecodealliance#395.
@alexcrichton
Copy link
Member Author

The upstream wasmtime-py PR is bytecodealliance/wasmtime-py#104 and once this merges I'll work on migrating issues from this repository to that repository.

Copy link
Contributor

@pchickey pchickey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They grow up so fast!!

@alexcrichton alexcrichton merged commit a6d3e3e into bytecodealliance:main Nov 18, 2022
@alexcrichton alexcrichton deleted the remove-wasmtime-py branch November 18, 2022 21:09
@alexcrichton alexcrichton mentioned this pull request Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants