We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fd94f commit 4b0a39bCopy full SHA for 4b0a39b
2 files changed
.github/workflows/test.yml
@@ -63,7 +63,6 @@ jobs:
63
22: 'ubuntu-latest'
64
}
65
emscripten_versions = [
66
- '3.1.74',
67
'4.0.23',
68
'5.0.7',
69
'6.0.0'
README.md
@@ -112,7 +112,7 @@ The library is known to work with at least:
112
* MSVC: 17 (down to 16.11 with limitations)
113
* Clang: 16 (down to 13 with limitations)
114
* GCC: 12 (down to 10.2 with limitations)
115
-* Emscripten: 3.1.70
+* Emscripten: 4.0.23
116
117
<!--
118
Version 2 of this library was the last version supporting C++17. It is known to work at least with:
0 commit comments