servo / rust-mozjs

DEPRECATED - moved to servo/mozjs instead.
Mozilla Public License 2.0
293 stars 122 forks source link

Bindgen translates size_t to u32 #184

Closed jdm closed 9 years ago

jdm commented 9 years ago

jsid is declared with a size_t asBits field in Id.h, but bindgen turned that into asBits: u32.

cc @michaelwu

michaelwu commented 9 years ago

That was fixed a long time ago, though I thought I landed a jsapi generated after the fix.