diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Platforms/WebAssembly/defaultLibrary.js	Tue Jun 12 17:21:15 2018 +0200
@@ -0,0 +1,8 @@
+// this file contains the JS method you want to expose to C++ code
+
+mergeInto(LibraryManager.library, {
+    ScheduleRedraw: function() {
+      ScheduleRedraw();
+    }
+  });
+  
\ No newline at end of file