Open marcauberer opened 1 year ago
It was written more than a decade ago, hence the 32-bit types. But I think you're right, the types and samples should probably be updated. I'll see if I can find some time soon :-) I don't know what to do with the setjmp
example, though, as the divinely inspired people who made a 64-bit version of setjmp
only gave it a 32-bit argument so it sort of breaks everything.
Hi, first of all thanks for the helpful documentation! The section about classes has a little flaw: it used the i32 type instead of i64 like most compilers will emit nowadays. Was a little confused about this at first.
Best, Marc