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

Commits on Nov 18, 2022

  1. Remove wit-bindgen-gen-host-wasmtime-py

    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 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    74087e1 View commit details
    Browse the repository at this point in the history