blake3 fixups: fix unsafe overbroad enabling of fancy instructions
Summary: Previously to this commit, these instructions were inadvertently enabled in the portable (must run on all systems) sections of the library.
This PR also adds support for target_compatible_with in shim/third-party/rust, eliminating
compatible_withbugs with the previous definitions.X-link: https://github.com/facebook/buck2/pull/1396
Reviewed By: jlwass
Differential Revision: D113168775
Pulled By: dtolnay
fbshipit-source-id: 48d2792e295f7a0a4767e65654c35e41e33229ee
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
ocamlrep: Interop OCaml and Rust code
The goal of this project is to make OCaml and Rust code interoperable. While in its early stage of development, this library is actively used by the HHVM project, mostly in the Hack type checker, to enable OCaml code to rely on Rust.
Requirements
This project is stand-alone and is currently tested with:
Building ocamlrep
Build with Cargo: install OPAM, then run
cargo build.Contributing
See the CONTRIBUTING file for how to help out.
License
ocamlrep has an MIT license. See the LICENSE file included in this distribution.