mljs / libsvm

LIBSVM for the browser and nodejs :fire:
https://mljs.github.io/libsvm/
BSD 3-Clause "New" or "Revised" License
82 stars 14 forks source link

fix libsvm.cwrap is not a function in Makefile #12

Closed nopbyte closed 6 years ago

nopbyte commented 6 years ago

Fix missing function from browser by adding flags to include cwrap in the Makefile

stropitek commented 6 years ago

Thanks for the fix!

I'll try very soon to create ready to use bundles for the browser that I'll publish on npm.