-
Notifications
You must be signed in to change notification settings - Fork 13
WASM support #143
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
Comments
CI will be very helpful, thanks! I have not idea how to compile for WASM :) |
I can't seem to run my actions against this repo, but I did my best in #144 ... It should work, I think, but I can't know for sure till GH runs them. |
Ok, now I am able to compile to wasm target locally. The error preventing compilation comes not from the amplify crates, but from the upstream:
It comes from |
There was a similar issue reported years ago here and it was related to a rust compiler bug: rustwasm/wasm-bindgen#1656 |
Fixed: it just required to update minimal version of |
Nice! |
Pls let me know if there any other issues preventing RGB on WASM |
Moving this issue from LNP-BP/client_side_validation#93
stens fails to compile to wasm32-unknown-unknown due to the dependency, amplify_syn.
I can add a WASM test to CI if it can help you resolve this issue, @dr-orlovsky.
The text was updated successfully, but these errors were encountered: