Skip to content

Commit

Permalink
Add signature to emscripten_get_now
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jun 1, 2022
1 parent 6935227 commit 0d2550d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -2291,6 +2291,7 @@ mergeInto(LibraryManager.library, {
},

emscripten_get_now__import: true,
emscripten_get_now__sig: 'd',
emscripten_get_now: ';' +
#if ENVIRONMENT_MAY_BE_NODE
"if (ENVIRONMENT_IS_NODE) {\n" +
Expand Down

0 comments on commit 0d2550d

Please sign in to comment.