File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v1
10- - uses : mymindstorm/setup-emsdk@v1
11- with : {version: '1.39.8-fastcomp '}
10+ - uses : mymindstorm/setup-emsdk@b6b33c4
11+ with : {version: '1.39.9 '}
1212 - uses : actions/cache@v1
1313 id : cache
1414 with :
1515 path : ~/.emscripten_cache
16- key : emscripten-1.39.8-fastcomp
16+ key : emscripten-1.39.9
1717 - name : make
1818 run : make
1919 - uses : actions/upload-artifact@master
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v1
1515 - uses : mymindstorm/setup-emsdk@v1
16- with :
17- version : ' 1.39.8-fastcomp'
16+ with : {version: '1.39.9'}
1817 - name : make
1918 run : make
2019 - name : Create Release
Original file line number Diff line number Diff line change @@ -875,8 +875,6 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
875875 @return {Database } The database object. Useful for method chaining
876876 */
877877 Database . prototype [ "create_function" ] = function create_function ( name , func ) {
878- // TODO : add type arguments for compatibility with the llvm backend
879- // https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html#calling-javascript-functions-as-function-pointers-from-c
880878 var func_ptr ;
881879 function wrapped_func ( cx , argc , argv ) {
882880 var result ;
You can’t perform that action at this time.
0 commit comments