golang-wasm/wasm
Chan Wen Xu 421c331333
fix: Call FromJSValue using the correct parameter
2021-03-23 00:30:51 +07:00
..
error.go feat: Implement Promise 2021-03-21 21:55:07 +07:00
function.go fix: Call FromJSValue using the correct parameter 2021-03-23 00:30:51 +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 feat: Implement FromJSValue 2021-03-23 00:30:42 +07:00
reflect_to.go docs: Document unexported functions 2021-03-21 21:55:07 +07:00
wasm.go fix: Use function wrapper provided by JS 2021-03-21 21:55:07 +07:00