From 021b73a96216b5ffe9d4b6818a9f70ebf021b8c2 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 5 Jun 2022 20:04:00 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index 59fbb10..db97f41 100644 --- a/Home.md +++ b/Home.md @@ -12,6 +12,10 @@ Recently, I took out this function and saw various attempts to develop a system I wish you all the best. Thank you. +### Technical benefit + +You can use full ES5 support and partial ES6 support on JavaScript engines built into Windows. This includes WebAssembly support using WAMR. + ### Technical limitation The specifications of the JavaScript engine built into Windows are intermediate between ECMAScript versions 3 and 4. We are using a polyfill library to raise this to ES5 and ES6 levels, but there are a few unsupported keywords.