Troxsoft / DisdyDOM

GOLANG IS GOOD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disdy DOM

- What is ?

Disdy DOM makes life easier when working with the DOM and other things.Disdy DOM is in a very early stage, its use is not recommended if you are not crazy XD

How to compile ?

  • using go:
GOARCH=wasm GOOS=js go build -o <name of output file>.wasm <main name file>.go
  • using tinygo
tinygo build -o <name of output file>.wasm -target wasm <main name file>.go

Go or Tinygo ???

lite binary: Tinygo

full and oficial: Go They are both very good

License: MIT

About

GOLANG IS GOOD

License:MIT License


Languages

Language:JavaScript 55.9%Language:Go 44.1%