[go-nuts] Re: //go:norace doesn't effect ABI0 wrapper

2022-11-30 Thread Jarrett Kuklis
On Wednesday, November 30, 2022 at 11:30:38 PM UTC+7 Jarrett Kuklis wrote: > >> I am one of the main contributors to ebitengine/purego >> <https://github.com/ebitengine/purego> a library that aims to call into >> C code without invoking the C compiler. The ma

[go-nuts] //go:norace doesn't effect ABI0 wrapper

2022-11-30 Thread Jarrett Kuklis
I am one of the main contributors to ebitengine/purego a library that aims to call into C code without invoking the C compiler. The main platform of support is darwin on arm64 and amd64. It uses //cgo_import_dynamic comments to get the symbols and calls th