From 52b73c7f0b41c54cc7f28cbf62598e6ca7d8e255 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 16 Jan 2023 05:46:11 +0900 Subject: [PATCH] Update README.md --- wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/README.md b/wasm/README.md index d1d50e2..d639695 100644 --- a/wasm/README.md +++ b/wasm/README.md @@ -4,7 +4,7 @@ Experimental WASI/WASM build Download wasi-sdk https://github.com/WebAssembly/wasi-sdk -Compile tinygltf with C++ exceptions and threads off. See `Makefile` for details +Compile tinygltf without C++ exceptions and threads. See `Makefile` for details (NOTE: TinyGLTF itself does not use RTTI and threading feature(C++ threads, posix, win32 thread)) ## Build examples and Run