Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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