package wasm import ( "fmt" "syscall/js" ) func FromJSValue(x js.Value, out interface{}) error { // TODO return fmt.Errorf("unimplemented") }