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

Seeking Alternatives for Outdated py-wasm Package #524

Open
bbyalcinkaya opened this issue Nov 13, 2023 · 0 comments
Open

Seeking Alternatives for Outdated py-wasm Package #524

bbyalcinkaya opened this issue Nov 13, 2023 · 0 comments

Comments

@bbyalcinkaya
Copy link
Member

Problem

Our binary parser relies on the third-party Wasm interpreter py-wasm, which has not been maintained since 2019. Since then, the Wasm specification has evolved, introducing new instructions (#523) and possibly other features not supported by py-wasm. This issue is particularly critical as it blocks us from upgrading the Rust compiler version, which relies on these new instructions.

Temporary solution

To address this issue, we have decided to fork py-wasm and implement the missing instructions ourselves.

Long-term goal

Our ultimate goal is to identify a well-maintained third-party package developed by a reliable organization or company that can be adopted as a replacement.

Action Items

  1. Forking and Implementation: We will fork py-wasm to our repository and implement missing instructions to maintain compatibility with the latest Wasm specifications.
  2. Search for Alternatives: Concurrently, we are actively searching for alternative, well-maintained Wasm binary parser packages to replace py-wasm in the long term.
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

No branches or pull requests

1 participant