view Platforms/WebAssembly/defaultLibrary.js @ 224:5fcffbce35a9 am

refactoring continued - not working
author am@osimis.io
date Thu, 14 Jun 2018 10:58:38 +0200
parents 84844649a8fd
children
line wrap: on
line source

// this file contains the JS method you want to expose to C++ code

mergeInto(LibraryManager.library, {
    ScheduleRedraw: function() {
      ScheduleRedraw();
    }
  });