From 7eeaf69b13e617766efa178b1629c6125d7b5461 Mon Sep 17 00:00:00 2001 From: jmjoy Date: Sat, 15 Apr 2023 14:15:12 +0800 Subject: [PATCH] Add phper to FFI in README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1a1942..eef82fa 100644 --- a/README.md +++ b/README.md @@ -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