Mbed Simulator Error in LoRaWAN demo

Hi all,

I am trying to develop an app on Mbed Simulator from the LoRaWAN demo (https://simulator.mbed.com/#lorawan). However, when I press the ‘Run’ button in order to simulate my code, an error is triggered:

both async and sync fetching of the wasm failed
abort("both async and sync fetching of the wasm failed") at Error
at jsStackTrace (https://simulator.mbed.com/out/user_1642248353581.js:1057:13)
at stackTrace (https://simulator.mbed.com/out/user_1642248353581.js:1074:12)
at abort(https://simulator.mbed.com/out/user_1642248353581.js:6788:44)
at getBinary (https://simulator.mbed.com/out/user_1642248353581.js:1562:7)
at https://simulator.mbed.com/out/user_1642248353581.js:1576:16

This error also occurs with the native code of the demo.

I would appreciate any help.

Regards,
Oscar