initZcodeDB function

void initZcodeDB()

init zcode word database.

This library is using asset files sqlite3.wasm and zcode_ime.db. On the Web, these asset files may freeze your web app server because these files are too large and load from the web app server. In that case, I recommend you upload all asset files to your CDN server and customize initializing the engine using initializeEngine method with assetBase parameter, see this for more details.

Implementation

void initZcodeDB() {
  internalZcodeDBInit();
}