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
{{ message }}
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
Currently, a best-effort set of primitives is mapped in tsgen/resolve.ts. However, we should ensure that the list covers all types that ref.types knows how to represent, which should, by extension, be all valid primitive types.
If you're reading this issue, it might be because a type is missing. To debug, use set DEBUG=clangffi:tsgen:resolve and look for your type. The output should make it clear if it was resolved as a "builtin" or "unknown" type. If you believe it to be a primitive but it's showing up as "unknown", we need to add it to these lookup tables.
The text was updated successfully, but these errors were encountered:
Currently, a best-effort set of primitives is mapped in tsgen/resolve.ts. However, we should ensure that the list covers all types that
ref.types
knows how to represent, which should, by extension, be all valid primitive types.If you're reading this issue, it might be because a type is missing. To debug, use
set DEBUG=clangffi:tsgen:resolve
and look for your type. The output should make it clear if it was resolved as a "builtin" or "unknown" type. If you believe it to be a primitive but it's showing up as "unknown", we need to add it to theselookup
tables.The text was updated successfully, but these errors were encountered: