Hello @VFRMau,
This is an older post, but I’m also struggling to find a way to restart the WASM module in a running MSFS2020. So far no success.
- I updated the filesize in the layout.json (your suggestion above)
- I used a method provided by @ImpoliteGem5317 by running below batch-file
@echo off
copy /b "D:\MSFS2020\Community\fsuipc-lvar-module\layout.json"+,,"D:\MSFS2020\Community\fsuipc-lvar-module\layout.json"
copy /b "D:\MSFS2020\Community\fsuipc-lvar-module\modules\FSUIPC7_WASM.wasm"+,,"D:\MSFS2020\Community\fsuipc-lvar-module\modules\FSUIPC7_WASM.wasm"
But no success unfortunately
I can’t believe that there exists no method, otherwise developing a WASM module for FS2020 is a real nightmare?