golang-wasm/wasm
Chan Wen Xu 37088bf382
docs: Document unexported functions
Some unexported functions are non-trivial and may be confusing. This
commit clarifies their use.
2021-03-21 21:55:07 +07:00
..
error.go feat: Implement Promise 2021-03-21 21:55:07 +07:00
function.go docs: Document unexported functions 2021-03-21 21:55:07 +07:00
go.mod feat: Implement a type-safe Object struct 2021-03-21 21:55:07 +07:00
object.go feat: Add reflection to create JS value from Go value 2021-03-21 21:55:07 +07:00
promise.go feat: Implement Promise 2021-03-21 21:55:07 +07:00
reflect_from.go docs: Document unexported functions 2021-03-21 21:55:07 +07:00
reflect_to.go docs: Document unexported functions 2021-03-21 21:55:07 +07:00
wasm.go feat: Add reflection to create JS value from Go value 2021-03-21 21:55:07 +07:00