resources/cpp/main.cpp in esruby-0.1.3 vs resources/cpp/main.cpp in esruby-0.1.4
- old
+ new
@@ -1,11 +1,11 @@
-#include "/media/file_server/file_drive/projects/esruby/esruby-esruby/include/esruby.hpp"
+#include "esruby.hpp"
// we need to load the esruby bindings here, see issue:
// https://github.com/kripken/emscripten/issues/5537
// although you can observe that the bindings in esruby-bind do work
// so im not sure what the problem is
-// idealy i would like to use a compiler option like EXPORTED_FUNCTIONS, for classes
+// idealy i would like to use a compiler option like EXPORTED_FUNCTIONS, but for classes
EMSCRIPTEN_BINDINGS(esruby)
{
emscripten::class_<ESRuby>("ESRuby")
.class_function("start", &ESRuby::start)
.class_function("stop", &ESRuby::stop)