From 86839593283d2945250b0b96121079cdf134b930 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Thu, 5 Jan 2023 14:40:47 +0900 Subject: [PATCH] notable limitations caveat --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f11e33f..6e6ecbf 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ image. docker run -v `pwd`:/src -w /src ghcr.io/webassembly/wasi-sdk make ``` +Take note of the [notable limitations](#notable-limitations) below when +building projects, for example many projects will need threads support +disabled in a configure step before building with wasi-sdk. + ## Notable Limitations This repository does not yet support C++ exceptions. C++ code is