Skip to content

aosmond/myrustffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demonstrates an FFI bug between C++ and Rust, where parameters pushed onto the stack are incorrect.

./build-debug.sh
./run-debug.sh

C++ will print the width, height and repeat horizontal/vertical values it expects. Rust will print everything it received. And they will not match.

About

Rust FFI test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors