-
Notifications
You must be signed in to change notification settings - Fork 302
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
refactor(wasm): remove wasm crate from monorepo #3772
Conversation
@grod220 the existing wasm crate is split into |
Additionally, the wasm unit testing suite is currently broken from changes in a previous PR. I'll bisect to isolate the breakage. |
Ah, |
The wasm crate has been removed from the penumbra monorepo, and the onus to maintain the wasm stack explicitly and exclusively falls to the web team. The wasm code, existing CI workflows and testing infrastructure will be ported accordingly to the web side in penumbra-zone/web#478. cc @grod220 @turbocrime @Valentine1898 @Vadim121197 @jessepinho |
Signed-off-by: Tal Derei <70081547+TalDerei@users.noreply.github.com>
We'll wait to merge this until penumbra-zone/web#478 is in |
Signed-off-by: Tal Derei <70081547+TalDerei@users.noreply.github.com>
@conorsch ready to merge on your green light |
Signed-off-by: Tal Derei <70081547+TalDerei@users.noreply.github.com>
This looks complete to my eye. Will check post-merge that workflows on main still pass, and clean up anything missed. Thanks for your liberal cross-linking, @TalDerei. Really helps to follow the history of discussion around this change, particularly in penumbra-zone/web#218. |
References #3819 and penumbra-zone/web#218