Skip to content

Commit

Permalink
Emscripten 3.1.19 (#7056)
Browse files Browse the repository at this point in the history
#changelog #emscripten
  • Loading branch information
Jonathhhan authored Nov 19, 2022
1 parent 0a78ebd commit b49bf28
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Docker Step
run: "docker run -di --name emscripten -v $PWD:/src emscripten/emsdk:1.40.0 bash"
run: "docker run -di --name emscripten -v $PWD:/src emscripten/emsdk:3.1.21 bash"
- name: Download libs
run: ./scripts/$TARGET/download_libs.sh
- name: Install dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ var LibraryHTML5Audio = {
}
}

dynCall('viiii',callback, [bufferSize,inputChannels,outputChannels,userData]);
{{{ makeDynCall('viiii', 'callback') }}}(bufferSize,inputChannels,outputChannels,userData);

if(outputChannels>0){
for(c=0;c<outputChannels;++c){
Expand Down
Loading

0 comments on commit b49bf28

Please sign in to comment.