We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604dc58 commit ea6a6b4Copy full SHA for ea6a6b4
.github/workflows/package.yml
@@ -61,3 +61,7 @@ jobs:
61
- name: Deploy
62
run: |
63
rsync th_emscripten.a [email protected]:www/tophat-web/dl/th_emscripten.a
64
+ - name: Build and deploy playground
65
+ run: |
66
+ ./cmd/th_emscripten_link_playground
67
+ rsync -r ../th_wasm_out/wasm-out/* [email protected]:www/tophat-web/playground
lib/miniaudio
lib/umka
0 commit comments