Skip to content

Commit 0760760

Browse files
Replaced PLATFORM_EMSCRIPTEN CMake variable and c++ macro with PLATFORM_WEB
1 parent 6d1b668 commit 0760760

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

DiligentCore

Submodule DiligentCore updated 56 files

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It is distributed under [Apache 2.0 license](License.txt) and is free to use.
2525
| <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/macos-logo.png" width=24 valign="middle"> MacOS | - | - | :heavy_check_mark: | :heavy_check_mark: <sup>1</sup> | :heavy_check_mark: <sup>2</sup> | :heavy_check_mark: <sup>3</sup> | [![Build Status](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-apple.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-apple.yml?query=branch%3Amaster) |
2626
| <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/apple-logo.png" width=24 valign="middle"> iOS | - | - | :heavy_check_mark: | :heavy_check_mark: <sup>1</sup> | :heavy_check_mark: <sup>2</sup> | - | [![Build Status](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-apple.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-apple.yml?query=branch%3Amaster) |
2727
| <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/tvos-logo.png" width=24 valign="middle"> tvOS | - | - | - | :heavy_check_mark: <sup>1</sup> | :heavy_check_mark: <sup>2</sup> | - | [![Build Status](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-apple.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-apple.yml?query=branch%3Amaster) |
28-
| <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/emscripten-logo.png" width=24 valign="middle"> Emscripten | - | - | :heavy_check_mark: | - | - | :heavy_check_mark: | [![Build Status](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-emscripten.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-emscripten.yml?query=branch%3Amaster) |
28+
| <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/emscripten-logo.png" width=24 valign="middle"> Web | - | - | :heavy_check_mark: | - | - | :heavy_check_mark: | [![Build Status](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-emscripten.yml/badge.svg?branch=master)](https://github.com/DiligentGraphics/DiligentEngine/actions/workflows/build-emscripten.yml?query=branch%3Amaster) |
2929

3030

3131
<sup>1</sup> Vulkan API is not natively supported on MacOS, iOS and tvOS platforms and requires a Vulkan portability implementation such as [MoltenVK](https://github.com/KhronosGroup/MoltenVK)
@@ -106,7 +106,7 @@ Minimum supported low-level API versions:
106106
- [Android](#build_and_run_android)
107107
- [MacOS](#build_and_run_macos)
108108
- [iOS](#build_and_run_ios)
109-
- [Emscripten](#build_and_run_emscripten)
109+
- [Web](#build_and_run_web)
110110
- [Integrating Diligent Engine with Existing Build System](#build_and_run_integration)
111111
- [Build Options](#build_option)
112112
- [Customizing Build](#build_and_run_customizing)
@@ -438,8 +438,8 @@ Latest tested Vulkan SDK version: 1.3.290.0.
438438

439439
:warning: There are known issues with later versions of the SDK, so it is recommended to use the latest tested version.
440440

441-
<a name="build_and_run_emscripten"></a>
442-
## Emscripten
441+
<a name="build_and_run_web"></a>
442+
## Web
443443
Build prerequisites:
444444

445445
* Emscripten SDK 3.1.65
@@ -464,7 +464,7 @@ To build the engine, run the following command:
464464
cmake --build ./build/Emscripten
465465
```
466466

467-
To test emscripten applications, run a basic web server
467+
To test Web applications, run a basic web server
468468

469469
```bash
470470
cd ./build/Emscripten

0 commit comments

Comments
 (0)