- Messages
- 89
- Country

New and clean machine, VS2019 (Community Edition), MSFS2020, and the current MSFS SDK installed. In VS2019: Create a new project. Use template "MSFS WASM Module", call it "T1". Create it in C:\Users\tml\src\T1. Build > Build Solution. "Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped." I end up with these files in the project's (not solution's) output folder (C:\Users\tml\src\T1\T1\MSFS\Debug): T1.Build.CppClean.log, T1.log, T1.obj, T1.tlog, T1.vcxproj.FileListAbsolute.txt, and T1.wasm.recipe.
No .wasm file. And even if there was, what am I supposed to do with it, to get MSFS to load it at run-time? And what is a .wasm.recipe file? It contains:
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>C:\Users\tml\src\T1\MSFS\Debug\T1.wasm</ProjectOutputs>
<ContentFiles></ContentFiles>
<SatelliteDlls></SatelliteDlls>
<NonRecipeFileRefs></NonRecipeFileRefs>
</Project>
Note that it says the T1.wasm would be in the solution's MSFS\Debug folder, but that one is empty.
--tml
No .wasm file. And even if there was, what am I supposed to do with it, to get MSFS to load it at run-time? And what is a .wasm.recipe file? It contains:
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>C:\Users\tml\src\T1\MSFS\Debug\T1.wasm</ProjectOutputs>
<ContentFiles></ContentFiles>
<SatelliteDlls></SatelliteDlls>
<NonRecipeFileRefs></NonRecipeFileRefs>
</Project>
Note that it says the T1.wasm would be in the solution's MSFS\Debug folder, but that one is empty.
--tml
Last edited:

