File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- 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 '}
12
12
- uses : actions/cache@v1
13
13
id : cache
14
14
with :
15
15
path : ~/.emscripten_cache
16
- key : emscripten-1.39.8-fastcomp
16
+ key : emscripten-1.39.9
17
17
- name : make
18
18
run : make
19
19
- uses : actions/upload-artifact@master
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v1
15
15
- uses : mymindstorm/setup-emsdk@v1
16
- with :
17
- version : ' 1.39.8-fastcomp'
16
+ with : {version: '1.39.9'}
18
17
- name : make
19
18
run : make
20
19
- name : Create Release
Original file line number Diff line number Diff line change @@ -875,8 +875,6 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
875
875
@return {Database } The database object. Useful for method chaining
876
876
*/
877
877
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
880
878
var func_ptr ;
881
879
function wrapped_func ( cx , argc , argv ) {
882
880
var result ;
You can’t perform that action at this time.
0 commit comments