saghul/txiki.js

Strange type mapping for ffi

KaruroChori opened this issue · 2 comments

By the way, there is also something quite suspicious happening @ https://github.com/saghul/txiki.js/blob/master/src/js/stdlib/ffi/ffi.js

    [ types.uint32, [ 'uint32_t', 'signed long long', 'signed long long int', 'long long', 'long long int' ] ],

Does not seems right, unless there are strange reasons behind this choice.

Originally posted by @KaruroChori in #506 (comment)

Hmm, yes. That definitely does not seem to be correct.

Thanks for the fixes