From fe73a7666366d59615acc30bdb1fc5b5f746b1a8 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 18 Dec 2019 14:37:44 -0800 Subject: [PATCH] [Fix] `core`: `wasi` was mistakenly available as a core module in v13.4.0 --- lib/core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core.json b/lib/core.json index 52ecd46f..d5c85d28 100644 --- a/lib/core.json +++ b/lib/core.json @@ -69,7 +69,7 @@ "v8/tools/splaytree": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"], "v8": ">= 1", "vm": true, - "wasi": ">= 13.4", + "wasi": ">= 13.4 && < 13.5", "worker_threads": ">= 11.7", "zlib": true }