Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srenatus/wasmtime-sigill-issue
https://github.com/srenatus/wasmtime-sigill-issue
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srenatus/wasmtime-sigill-issue
- Owner: srenatus
- Created: 2021-04-27T19:03:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T10:37:12.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T05:54:33.806Z (9 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIGILL repro case on linux/arm64
Triggered using
docker run -it -v $(pwd):/src -w /src --platform linux/arm64 golang:1 go run main.go
Now that uses QEMU's binfmt stuff, as far as I know; so this could have something to
do with the problem.