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
Since async host functions are only supported by plugins running on background threads, we should throw an early error if any host functions are instanceof AsyncFunction. Additionally, we should catch any "could not convert Promise to BigInt"-style errors that are emitted during runtime and wrap them with some help text.
The text was updated successfully, but these errors were encountered:
Since async host functions are only supported by plugins running on background threads, we should throw an early error if any host functions are
instanceof AsyncFunction
. Additionally, we should catch any "could not convert Promise to BigInt"-style errors that are emitted during runtime and wrap them with some help text.The text was updated successfully, but these errors were encountered: