andrylavr / wasmo

Wasmo is a set of tools / functions / utils for Golang-Wasm projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wasmo

Wasmo is a set of tools / functions / utils for Golang-Wasm projects

LinkVar

myGoVar := &MyStruct{}
wasmo.LinkVar(myVarJS, "myGoVar", myGoVar)
...
myGoVar := wasmo.GetLinkedVar(myVarJS, "myGoVar").(*MyStruct)

About

Wasmo is a set of tools / functions / utils for Golang-Wasm projects


Languages

Language:Go 100.0%