Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elixircl/example-gleam-web-dom-ffi
- Owner: ElixirCL
- License: mit
- Created: 2023-02-01T15:48:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T18:18:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T02:31:16.572Z (2 months ago)
- Topics: elixir, ffi, gleam, javascript
- Language: Gleam
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```