-
Notifications
You must be signed in to change notification settings - Fork 64
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
CLI WASM Implementation #14
Comments
As of commit ac4e32a, the
To compile for wasm we can :
At this point the only dependency that would need Having done so, we should be able to compile the crate for wasm but we should test whether the removal of features has compromised the runtime functionality in any way |
Due to the new issue #27 it may now be impossible to rework the dependencies to successfully compile for a wasm target because of the strong requirement on hyper |
I'll close this issue. We cannot compile the client to |
The text was updated successfully, but these errors were encountered: