https://github.com/termoshtt/ffi_cross_example
Example for cross compile with FFI
https://github.com/termoshtt/ffi_cross_example
Last synced: about 1 year ago
JSON representation
Example for cross compile with FFI
- Host: GitHub
- URL: https://github.com/termoshtt/ffi_cross_example
- Owner: termoshtt
- License: mit
- Created: 2019-04-19T07:37:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T07:41:46.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T16:27:03.960Z (about 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example for cross compile with FFI
-----------------------
```
$ cross run --target aarch64-unknown-linux-gnu
Compiling ffi_cross_example v0.1.0 (/project)
Finished dev [unoptimized + debuginfo] target(s) in 0.56s
Running `qemu-aarch64 /target/aarch64-unknown-linux-gnu/debug/ffi_cross_example`
Fooo: 114514
```