-
Notifications
You must be signed in to change notification settings - Fork 62
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
w3sper.js: Add CI #2874
w3sper.js: Add CI #2874
Conversation
b815582
to
82be314
Compare
Follow up issue #2891 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, few nits about naming and need a refactoring once #2925 is landed (we might land as is and then improve later so we can unblock the CI)
f87d23e
to
80db5f5
Compare
Add `--allow-import` flag to deno task
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Compile wallet-core wasm in the CI run docker container and run w3sper tests
Resolves #2255