| commit | 52b73c7f0b41c54cc7f28cbf62598e6ca7d8e255 | [log] [tgz] |
|---|---|---|
| author | Syoyo Fujita <syoyo@lighttransport.com> | Mon Jan 16 05:46:11 2023 +0900 |
| committer | GitHub <noreply@github.com> | Mon Jan 16 05:46:11 2023 +0900 |
| tree | 53ca61603ce6a23f7affd262036b150c339e7e43 | |
| parent | 98adbb3fb32850bb4918cc147a2d2428b011ad91 [diff] |
Update README.md
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 @@ 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