Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/souenzzo/inverno
Bringing WinterCG support to GraalJS
https://github.com/souenzzo/inverno
ecmascript graaljs graalvm java javascript nodejs web wintercg
Last synced: 6 days ago
JSON representation
Bringing WinterCG support to GraalJS
- Host: GitHub
- URL: https://github.com/souenzzo/inverno
- Owner: souenzzo
- Created: 2022-07-06T12:50:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T17:31:21.000Z (over 2 years ago)
- Last Synced: 2024-11-16T07:36:22.677Z (2 months ago)
- Topics: ecmascript, graaljs, graalvm, java, javascript, nodejs, web, wintercg
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inverno
> A WinterCG runtime over GraalJS
GraalJS is a ECMAScript engine, as Google V8.
This project aims to turn it into a runtime, as nodejs.
It does not implement most web api's that, are available in browsers.
WinterCG specifies a common set of web api's that could be implemented in any javascript engine.
This project aims to implement WinterGC specs in GraalJS.
## References
- https://wintercg.org/
- https://github.com/MelonRuntime/Melon