view Platforms/WebAssembly/defaultLibrary.js @ 225:930f98252ab9 am

fix
author am@osimis.io
date Thu, 14 Jun 2018 11:22:03 +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();
    }
  });