Table of contents
Swift
Objective-C

Do we have to call loadWasm proactively?

« Back to FAQ index

No, the method is internally called when createInstance is called so there is no need to explicitly call it. However, if you would like to save some time during the instance creation, you can choose to manually call the method as soon as the page is loaded rather than letting it load on the instance creation. This can help avoid unnecessary waiting time when the library is invoked.

This page is compatible for:

Is this page helpful?

YesYes NoNo