Skip to content

Commit

Permalink
[Fix] core: wasi was mistakenly available as a core module in v13…
Browse files Browse the repository at this point in the history
….4.0
  • Loading branch information
ljharb committed Dec 18, 2019
1 parent c5f819b commit fe73a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit fe73a76

Please sign in to comment.