From cb4e9492eabfd888ebfa0fabae383a6414ca0f58 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Sat, 24 Dec 2022 07:16:48 -0800 Subject: [PATCH] Add emsdk requirement --- javascript/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/README.md b/javascript/README.md index e103a9d4..7d53f143 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -52,6 +52,7 @@ import { loadYoga } from "yoga-layout/entrypoint/wasm-async"; ### Requirements +1. Emscripten SDK 1. CMake >= 3.13 1. (Optional) ninja, for faster builds