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: 4 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T18:18:17.000Z (over 2 years ago)
- Last Synced: 2025-01-08T18:13:53.263Z (6 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)
```