Skip to content

Commit d727b7f

Browse files
authored
Merge pull request #114 from chai2010/master
fix build for go1.14beta1 on macOS
2 parents 9f2a153 + b9a68ea commit d727b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasmer/bridge.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ func cWasmerInstanceCall(
497497

498498
func cWasmerInstanceContextDataGet(instanceContext *cWasmerInstanceContextT) unsafe.Pointer {
499499
return unsafe.Pointer(C.wasmer_instance_context_data_get(
500-
(*C.wasmer_instance_t)(instanceContext),
500+
(*C.wasmer_instance_context_t)(instanceContext),
501501
))
502502
}
503503

0 commit comments

Comments
 (0)