-
Notifications
You must be signed in to change notification settings - Fork 9
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 target: wasm #17
add target: wasm #17
Conversation
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.
Thanks!
.github/workflows/ci.yml
Outdated
- name: Install `cargo wasi` | ||
run: cargo install cargo-wasi | ||
- name: Install `wasmtime` | ||
run: curl https://wasmtime.dev/install.sh -sSf | bash |
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.
CI seems to be failing. Could you also move this out into a new, dedicated job, instead of making every matrix job run the wasm tests?
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.
oh.
addition source ~/.bashrc
.
cargo-wasi bin support only linux.
I updated commit |
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.
Thanks!
Hmm looks like CI is still failing. I think that |
oh, thanks. and I forget to rm test on matrix |
Sorry. I accidentally closed it once by mistake, I've checked the operation using act, so it should be fine. |
No description provided.