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

Added cross platform support #1

Merged
merged 27 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merged build instructions
  • Loading branch information
jonathanharg committed Mar 6, 2024
commit 1a345838c7116baecd3b83ada76c7fa3a90552fa
5 changes: 0 additions & 5 deletions BUILD.md

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pip install binaryen.py

Windows, Mac (Intel & ARM) and Linux (manylinux, musllinux) are supported.

### Build from source

1. (If upgrading binaryen version) Update `BINARYEN_VERSION` in `pyproject.toml` and `.github/workflows/build.yaml`
2. Run `bash scripts/build_libbinaryen.sh`
3. Run `python -m pip install -e .`, `cibuildwheel`, `python -m pip wheel .`, or whichever supported build command you would prefer

## How To Use

```py
Expand Down