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
Currently in AzleIntoJsValue and AzleTryFromJsValue for the Principal types we create a fresh boa context and execute the @dfinity/principal JS code directly. This might incur high runtime costs for developers. Consider creating one context on init and storing it in global memory, then referencing it in the trait implementations.
The text was updated successfully, but these errors were encountered:
Currently in AzleIntoJsValue and AzleTryFromJsValue for the Principal types we create a fresh boa context and execute the
@dfinity/principal
JS code directly. This might incur high runtime costs for developers. Consider creating one context on init and storing it in global memory, then referencing it in the trait implementations.The text was updated successfully, but these errors were encountered: