WASM Module Mounts but Does Not Appear in WASM Debug (MSFS 2024 SU13/SU14)

WASM Module Successfully Mounts but Does Not Appear in WASM Debug (MSFS 2024)

Issue Summary

I have created a standalone WASM module for MSFS 2024. The package successfully mounts and is recognized in the Developer Console, but the WASM module itself does not appear in the WASM Debug tool. There are no errors or warnings in the console—MSFS simply ignores the .wasm file.

Troubleshooting Steps Taken

  • :white_check_mark: Verified correct WASM package structure (manifest.json, layout.json, my_wasm_module.xml)
  • :white_check_mark: Checked file sizes match in layout.json
  • :white_check_mark: Ensured my_wasm_module.xml contains <ModuleCategory>Instrument</ModuleCategory>
  • :white_check_mark: Deleted Content.xml, rolling cache, and forced a full refresh
  • :white_check_mark: Renamed the package (WASM_TestModule) to force MSFS to detect it as new
  • :white_check_mark: Tried manually loading the WASM module via Developer Mode > Behaviors (option not available)
  • :white_check_mark: Checked console logs for errors (none found)

Current Behavior

  • MSFS registers and mounts the package
  • The WASM module is NOT listed in WASM Debug
  • No errors in Developer Console
  • MSFS does NOT even attempt to load the .wasm file
  • Tried adding a dummy SimObject to force detection (still ignored)

Expected Behavior

  • The WASM module should appear in WASM Debug as a standalone or instrument module.

MSFS Version

  • MSFS 2024 (SU13/SU14)
  • Microsoft Store Version

System Details

  • Windows 11
  • Compiling with MSVC (cl)
  • Using SimConnect for communication

Attachments

  • I have a ZIP of the full package structure available for review. Let me know if I should attach it.

Question to the Dev Community

  • Has anyone else encountered this issue with standalone WASM modules in MSFS 2024?
  • Is there an undocumented step required for MSFS to recognize a WASM module?
  • Could this be a bug in the current SDK?

I’ve managed to get the WASM module mounted and registered but I don’t see any throughput, no errors or connection to Simconnect… debug debug debug. If anyone has any tips please help

Did you try if any of the SDK wasm sample works?

1 Like