comparison 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
comparison
equal deleted inserted replaced
221:d7b2590744f8 222:84844649a8fd
1 // this file contains the JS method you want to expose to C++ code
2
3 mergeInto(LibraryManager.library, {
4 ScheduleRedraw: function() {
5 ScheduleRedraw();
6 }
7 });
8