Skip to content

Commit

Permalink
Update README for C++ standard support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 29, 2021
1 parent 1bb7f1d commit dc63820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc63820

Please sign in to comment.