Hi there.

I succesfully compiled dlib with emscripten and I'm linking my project 
against the .a generated file using "target_link_libraries'. 
I've got no problems instantiating some dlib classes, I can see it's 
working, but as soon as I call dlib::deserialize() method I got an uncaught 
exception in my browser console.

The file is a .dat machine learning model.

I spent the day trying to solve this problem without success. Right now I'm 
guessing I'll need to use some kind of embed or preload flag. I saw fellows 
using it to package the entire project and preload media content but I'm 
not sure if my problem can be solved with this same technique.

I'll appreciate if anyone can share some tips poiting me to the right 
direction!
Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/9cd6cbb9-26e2-42cc-8c7f-c07748a5397a%40googlegroups.com.

Reply via email to