view Platforms/WebAssembly/defaultLibrary.js @ 223:d30a10d574ec am

refactoring continued - not working
author am@osimis.io
date Thu, 14 Jun 2018 10:57:02 +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();
    }
  });