File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -526,3 +526,4 @@ a license to everyone to use it as detailed in LICENSE.)
526526* Wouter van Oortmerssen <wvo@google.com> (copyright owned by Google, LLC)
527527* Alexey Sokolov <sokolov@google.com> (copyright owned by Google, LLC)
528528* Ivan Romanovski <ivan.romanovski@gmail.com>
529+ * Max Brunsfeld <maxbrunsfeld@gmail.com>
Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ var LibraryDylink = {
533533 if ( flags . fs ) {
534534 var libData = flags . fs . readFile ( libFile , { encoding : 'binary' } ) ;
535535 if ( ! ( libData instanceof Uint8Array ) ) {
536- libData = new Uint8Array ( lib_data ) ;
536+ libData = new Uint8Array ( libData ) ;
537537 }
538538 return flags . loadAsync ? Promise . resolve ( libData ) : libData ;
539539 }
You can’t perform that action at this time.
0 commit comments