Well now that I figured it out it was easy... the error message could have 
been a bit clearer though but I guess this is C++...

When it said:
UnboundTypeError: Cannot call PrimativesThreadObjectManager.getOrCreateObject 
due to unbound types: N9threadily12ThreadObjectINS_14ThreadObjectIdEEE

What it meant was
UnboundTypeError: Cannot call PrimativesThreadObjectManager.getOrCreateObject 
due to unbound types: threadily::ThreadObject<ThreadObjectId>

So the issue wasn't ThreadObjectId, it was attempting to instantiate 
ThreadObject of template type ThreadObjectId of which I hadn't bound yet.

Hope this helps a future person!

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to