You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: