diff Platforms/Wasm/WasmWebService.h @ 237:b4642964c355 am

SimpleViewer demo running both with SDL and Wasm
author am@osimis.io
date Wed, 20 Jun 2018 09:03:48 +0200
parents f73d722d98c8
children ddbb339ed4cf
line wrap: on
line diff
--- a/Platforms/Wasm/WasmWebService.h	Tue Jun 19 16:06:32 2018 +0200
+++ b/Platforms/Wasm/WasmWebService.h	Wed Jun 20 09:03:48 2018 +0200
@@ -11,7 +11,7 @@
 
     // Private constructor => Singleton design pattern
     WasmWebService() :
-      base_("../../")
+      base_("../../")   // TODO: this should be configurable from the JS code !
     {
     }