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

Add no_std support to wasm-encoder #1938

Merged
merged 5 commits into from
Dec 7, 2024

Conversation

ark0f
Copy link
Contributor

@ark0f ark0f commented Dec 6, 2024

No description provided.

@alexcrichton
Copy link
Member

Thanks for the PR! For posterity can you describe as well how you're planning on using this? (e.g. the platform/use case you have in mind). Also mind updating this comment as well to mention the new build script?

@ark0f
Copy link
Contributor Author

ark0f commented Dec 6, 2024

For posterity can you describe as well how you're planning on using this? (e.g. the platform/use case you have in mind).

Sure. Great part of Gear Protocol business logic is compiled into WASM to be deterministically executed on blockchain and thus we have no_std environment. We want to instrument user uploaded WASM programs with wasmparser and wasm-encoder libraries

@ark0f
Copy link
Contributor Author

ark0f commented Dec 6, 2024

Also mind updating this comment as well to mention the new build script?

Done

@alexcrichton alexcrichton added this pull request to the merge queue Dec 7, 2024
Merged via the queue into bytecodealliance:main with commit 90bd0f0 Dec 7, 2024
30 checks passed
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