Shared libraries used in the ORY ecosystem. Use at your own risk. Breaking changes should be anticipated.
Install Wine and then for a given package e.g.
./jsonnetsecure
:
# Need to compile the jsonnet program for Windows since it is required by some tests.
$ GOOS=windows GOARCH=amd64 go build -o ./jsonnet.exe github.com/ory/x/jsonnetsecure/cmd
$ GOOS=windows GOARCH=amd64 go test -c ./jsonnetsecure
$ ORY_JSONNET_PATH=$PWD/jsonnet.exe WINEDEBUG=-all wine $PWD/jsonnetsecure.test.exe
Note: Wine only emulates Windows amd64 so it requires Rosetta on aarch64 macOS.