Skip to content
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

Support simple asynchronous operations #3

Merged
merged 14 commits into from
Jun 17, 2022
Prev Previous commit
Next Next commit
ci emscripten version
  • Loading branch information
toyobayashi committed Jun 16, 2022
commit 6cbcebb20ba0fe2e23091260a8e672a4dd9f3f1d
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: mymindstorm/setup-emsdk@v10
with:
version: '3.0.0'
version: '3.1.13'
# no-cache: true
actions-cache-folder: 'emsdk-cache'
- uses: actions/setup-node@v2
Expand Down