Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewaldhorn/dommie
A TinyGo DOM library I use for a lot of projects.
https://github.com/ewaldhorn/dommie
dom go golang tinygo wasm
Last synced: 20 days ago
JSON representation
A TinyGo DOM library I use for a lot of projects.
- Host: GitHub
- URL: https://github.com/ewaldhorn/dommie
- Owner: ewaldhorn
- License: mit
- Created: 2025-01-16T13:53:25.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2025-01-16T15:20:08.000Z (20 days ago)
- Last Synced: 2025-01-16T15:28:37.543Z (20 days ago)
- Topics: dom, go, golang, tinygo, wasm
- Language: Go
- Homepage: https://ewaldhorn.github.io/dommie/
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dommie v0.0.1b
A TinyGo DOM library I use for a lot of projects. It's very basic, so probably
not what you are looking for.## Demo
Yup, there's one at## Why though
I don't know, really. This started as a quick helper and now it's a thing. Sorry.## How
This uses [TinyGo](https://tinygo.org/) to build small wasm objects that you can
then use in the browser. I often write wasm programs for clients where I need to
interact with the DOM in the browser from Go. So I decided to combine all the
different little bits and pieces of code I have into a single library so that I
can maintain it in just one place.