Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 471 Bytes

Just Go WASM

A tiny Go library for building wasm web applications.

Project status

Feature Status
Fields that change a DOM element's field on change DONE
An event binder for DOM elements DONE
Websocket client DONE
GET, POST and X http client DONE
DOM binding for reading values into a Go struct once testing
DOM binding for reading values into a Go struct on change Not working
For loops on DOM elements