-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial transpile of dav1d #1
Comments
I've pushed an initial fork of dav1d that includes transpiled Rust sources alongside their original C equivalents in 099f2b2. To get it to work, I needed to do a few things:
The full process for doing the transpile is:
|
Btw, Also, there's already a Rust port of |
Doing |
Transpile libdav1d and the dav1d CLI tool to Rust using c2rust. This initial version can disable features like assembly as needed to get an initial Rust translation of the library that builds.
The text was updated successfully, but these errors were encountered: