Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elixircl/example-gleam-web-dom-ffi

Type definitions and low level interface implementations for the W3C DOM spec in Gleam.
https://github.com/elixircl/example-gleam-web-dom-ffi

elixir ffi gleam javascript

Last synced: 16 days ago
JSON representation

Type definitions and low level interface implementations for the W3C DOM spec in Gleam.

Awesome Lists containing this project

README

        

# Example: Gleam FFI W3C DOM spec.

This is a proof of concept of
Type definitions and low level interface implementations for the W3C DOM spec in Gleam.

## Quick start

```sh
gleam build # Build the project
gleam test # Run the tests (requires npm install for jsdom)
```