mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 04:13:17 +00:00
Add phper to FFI in README.
This commit is contained in:
parent
a685463cbe
commit
7eeaf69b13
1 changed files with 2 additions and 0 deletions
|
@ -638,6 +638,8 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
|
|||
* [rhysd/wain](https://github.com/rhysd/wain) - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency [![build badge](https://github.com/rhysd/wain/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/rhysd/wain/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
|
||||
* [rustwasm/wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) — A project for facilitating high-level interactions between wasm modules and JS.
|
||||
* [rustwasm/wasm-pack](https://github.com/rustwasm/wasm-pack) — :package: :sparkles: pack up the wasm and publish it to npm!
|
||||
* PHP
|
||||
* [phper-framework/phper](https://github.com/phper-framework/phper) — The framework that allows us to write PHP extensions using pure and safe Rust whenever possible
|
||||
|
||||
### Formatters
|
||||
|
||||
|
|
Loading…
Reference in a new issue