Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 692 Bytes

File metadata and controls

13 lines (10 loc) · 692 Bytes
layout default-layout
title Do we have to call loadWasm proactively?
keywords Dynamsoft Barcode Reader, FAQ, tech basic, loadWasm
description Do we have to call loadWasm proactively?
needAutoGenerateSidebar false

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.