-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from BitsAndDroids/dev
moved wasm registration to the frontend
- Loading branch information
Showing
22 changed files
with
793 additions
and
657 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
WASM_Module_BitsAndDroids/MSFS/Debug/WASM_Mod.A5468B35.tlog/Cl.items.tlog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
E:\BitsAndDroids\WASM\Bits-and-Droids-WASM-module\WASM_Module_BitsAndDroids\WASM_Module_BitsAndDroids.cpp;E:\BitsAndDroids\WASM\Bits-and-Droids-WASM-module\WASM_Module_BitsAndDroids\MSFS\Debug\WASM_Module_BitsAndDroids.obj |
Binary file renamed
BIN
+13.5 KB
...SM_Mod.A5468B35.tlog/clang-cl.read.1.tlog → ...g/Microsoft.Build.CPPTasks.CL.read.1.tlog
Binary file not shown.
Binary file added
BIN
+454 Bytes
..._BitsAndDroids/MSFS/Debug/WASM_Mod.A5468B35.tlog/Microsoft.Build.CPPTasks.CL.write.1.tlog
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
..._BitsAndDroids/MSFS/Debug/WASM_Mod.A5468B35.tlog/WASM_Module_BitsAndDroids.lastbuildstate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
PlatformToolSet=MSFS:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.19041.0: | ||
Debug|MSFS|C:\Users\Dave Riedel\source\repos\WASM_Module_BitsAndDroids\| | ||
PlatformToolSet=MSFS:VCToolArchitecture=Native32Bit:VCToolsVersion=14.39.33519:TargetPlatformVersion=10.0.22621.0: | ||
Debug|MSFS|E:\BitsAndDroids\WASM\Bits-and-Droids-WASM-module\| |
Binary file modified
BIN
+4.68 KB
(350%)
WASM_Module_BitsAndDroids/MSFS/Debug/WASM_Mod.A5468B35.tlog/clang-cl.command.1.tlog
Binary file not shown.
Binary file removed
BIN
-3.11 KB
WASM_Module_BitsAndDroids/MSFS/Debug/WASM_Mod.A5468B35.tlog/clang-cl.delete.1.tlog
Binary file not shown.
Binary file removed
BIN
-494 Bytes
WASM_Module_BitsAndDroids/MSFS/Debug/WASM_Mod.A5468B35.tlog/clang-cl.write.1.tlog
Binary file not shown.
542 changes: 205 additions & 337 deletions
542
WASM_Module_BitsAndDroids/MSFS/Debug/WASM_Module_BitsAndDroids.log
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+536 KB
(710%)
WASM_Module_BitsAndDroids/MSFS/Debug/WASM_Module_BitsAndDroids.obj
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
WASM_Module_BitsAndDroids/MSFS/Release/WASM_Mod.A5468B35.tlog/Cl.items.tlog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
E:\BitsAndDroids\WASM\Bits-and-Droids-WASM-module\WASM_Module_BitsAndDroids\WASM_Module_BitsAndDroids.cpp;E:\BitsAndDroids\WASM\Bits-and-Droids-WASM-module\WASM_Module_BitsAndDroids\MSFS\Release\WASM_Module_BitsAndDroids.obj |
4 changes: 2 additions & 2 deletions
4
...itsAndDroids/MSFS/Release/WASM_Mod.A5468B35.tlog/WASM_Module_BitsAndDroids.lastbuildstate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
PlatformToolSet=MSFS:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionATL=14.29.30136:VCServicingVersionCrtHeaders=14.29.30136:VCServicingVersionCompilers=14.29.30136:TargetPlatformVersion=10.0.19041.0: | ||
Release|MSFS|C:\Users\Dave Riedel\source\repos\WASM_Module_BitsAndDroids\| | ||
PlatformToolSet=MSFS:VCToolArchitecture=Native32Bit:VCToolsVersion=14.39.33519:TargetPlatformVersion=10.0.22621.0: | ||
Release|MSFS|E:\BitsAndDroids\WASM\Bits-and-Droids-WASM-module\| |
Binary file modified
BIN
+1.9 KB
(200%)
WASM_Module_BitsAndDroids/MSFS/Release/WASM_Mod.A5468B35.tlog/clang-cl.command.1.tlog
Binary file not shown.
Binary file removed
BIN
-163 KB
WASM_Module_BitsAndDroids/MSFS/Release/WASM_Mod.A5468B35.tlog/clang-cl.delete.1.tlog
Binary file not shown.
Binary file modified
BIN
+2.6 KB
(120%)
WASM_Module_BitsAndDroids/MSFS/Release/WASM_Mod.A5468B35.tlog/clang-cl.read.1.tlog
Binary file not shown.
Binary file modified
BIN
-40 Bytes
(92%)
WASM_Module_BitsAndDroids/MSFS/Release/WASM_Mod.A5468B35.tlog/clang-cl.write.1.tlog
Binary file not shown.
574 changes: 307 additions & 267 deletions
574
WASM_Module_BitsAndDroids/MSFS/Release/WASM_Module_BitsAndDroids.log
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+60 KB
(140%)
WASM_Module_BitsAndDroids/MSFS/Release/WASM_Module_BitsAndDroids.obj
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters