Running webassembly

I created my own image classification network. it works on the web platform. Locally on my PC it doesn’t work.
Below I write the steps I take:
I compile in webassembly;
I download the .zip file
I rip all the files.
I open the win10pro command prompt
I place myself in the node folder
I write the following command: node run-impulse.js “…”
instead of … I put the array of an image copied directly into edge ipulse.
the problem is that in edge impulse I have the following result:
classified result: classic 0.94

while locally on my PC I have the following message.

INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
{ anomaly: 0, results: [] }

Could you tell me where I’m wrong.