view Platforms/WebAssembly/defaultLibrary.js @ 222:84844649a8fd am

continued: reusable applications
author am@osimis.io
date Tue, 12 Jun 2018 17:21:15 +0200
parents
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();
    }
  });