From dc63820f0415202f1a128a0922ef382f59570376 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 28 Jun 2021 22:15:57 -0700 Subject: [PATCH] Update README for C++ standard support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1673ecd..0ece65c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ into your project. Your C++ code will then use: Wasmtime supports Windows, macOS, and Linux. Wasmtime also supports the AArch64 and x86\_64 architectures. -The C++ header file here requires C++20 support, or the `-std=c++20` flag for +The C++ header file here requires C++17 support, or the `-std=c++17` flag for unix compilers. ## Contributing