-
-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Welcome to the WelsonJS wiki!
Many of the clients I have dealt with have demanded an environment that can be developed only with a "text editor" program without IDE.
However, in a Windows development environment, IDEs such as Visual Studio were considered impossible because they were almost used as essential tools.
Inside Windows, there has been a full foundation for writing apps based on scripts for a long time, but it has been treated as Easter eggs.
Recently, I took out this function and saw various attempts to develop a system app, and based on this, I started the WelsonJS project.
I wish you all the best. Thank you.
You can use full ES5 support and partial ES6 support on JavaScript engines built into Windows. This includes WebAssembly support using WAMR.
You can use various Windows APIs such as JavaScript.
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.
We know about Chakracore, known as an improved version of JScript, but it cannot be used in projects with web-based GUI because it has not integrated with HTML rendering engines (e.g., MSHTML, EdgeHTML).
However, it will be included in future work because it is highly utilized for special purposes.
This document may contain outdated content. For the latest information, please contact us directly or refer to the webpage below.