Skip to content

Author: admin@master

wrapMethod Meteor methods

I was looking into this presentation, building large meteor applications, and I like the idea of the wrapMethod(), but it seems like I can’t use it like on the example. Here is my code. Meteor.methods(…

“emcc” command does not recognized

I’m having issue with building this demo. https://github.com/kakukogou/opencvjs_demo_segmentation When i cd into this folder and run make command i get this error message: This is how make file looks like. Is there any issue with my environment variables. What is the proper way to compile this ? Answer …