We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933d3c1 commit a58200eCopy full SHA for a58200e
.github/workflows/build.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
version: ${{env.EM_VERSION}}
23
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
24
+ - name: Create build folder
25
+ run: mkdir -p build
26
- name: Build AudioEngine
27
run: emcc -std=c++11 -lembind -s ALLOW_MEMORY_GROWTH -s EXPORTED_FUNCTIONS="['_malloc', '_free']" -s AUDIO_WORKLET=1 -s WASM_WORKERS=1 -O3 --emit-tsd audioengine.ts.d -o build/audioengine.js audioengine.cpp
28
- name: Upload artifact
0 commit comments