Carnaux / NFT-Marker-Creator

This editor creates NFT markers for ARTOOKIT 5.x

Home Page:https://carnaux.github.io/NFT-Marker-Creator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud Function deploy WebAssembly error

long-pham-saltovn opened this issue · comments

I put the source code into Google Cloud Function and I get the error as below:
RuntimeError: abort(CompileError: WebAssembly.instantiate(): expected 11493359 bytes, fell off end @+13) at Error at jsStackTrace (/workspace/NFT-Marker-Creator/libs/NftMarkerCreator_wasm.js:1:24659) at stackTrace (/workspace/NFT-Marker-Creator/libs/NftMarkerCreator_wasm.js:1:24830) at abort (/workspace/NFT-Marker-Creator/libs/NftMarkerCreator_wasm.js:1:21515)
I would appreciate any help resolving this.