From fc47d4c46ff4b2e52e946897f11b09b2efd2f934 Mon Sep 17 00:00:00 2001 From: Usagi Ito Date: Thu, 2 Apr 2020 20:14:34 +0900 Subject: [PATCH 1/3] add infinyon/node-bindgen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b4fd39..15fd240 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * mruby * [anima-engine/mrusty](https://github.com/anima-engine/mrusty) — mruby safe bindings for Rust [](https://travis-ci.org/anima-engine/mrusty) * Node.js - * [neon-bindings/neon](https://github.com/neon-bindings/neon) — use Rust from Node.js [](https://travis-ci.org/neon-bindings/neon) + * [infinyon/node-bindgen](https://github.com/infinyon/node-bindgen) - Easy way to generate nodejs module using Rust * Objective-C * [SSheldon/rust-objc](https://github.com/SSheldon/rust-objc) — Objective-C Runtime bindings and wrapper for Rust * Perl From c48a4f935e5f40cd978efab6529cb3cddaeade62 Mon Sep 17 00:00:00 2001 From: Usagi Ito Date: Thu, 2 Apr 2020 20:15:09 +0900 Subject: [PATCH 2/3] update description of neon-bindings/neon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15fd240..2bb616c 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * mruby * [anima-engine/mrusty](https://github.com/anima-engine/mrusty) — mruby safe bindings for Rust [](https://travis-ci.org/anima-engine/mrusty) * Node.js + * [neon-bindings/neon](https://github.com/neon-bindings/neon) — Rust bindings for writing safe and fast native Node.js modules [](https://travis-ci.org/neon-bindings/neon) * [infinyon/node-bindgen](https://github.com/infinyon/node-bindgen) - Easy way to generate nodejs module using Rust * Objective-C * [SSheldon/rust-objc](https://github.com/SSheldon/rust-objc) — Objective-C Runtime bindings and wrapper for Rust From 8be001db80ee20106fe0a5d65117f9655e90c164 Mon Sep 17 00:00:00 2001 From: Usagi Ito Date: Thu, 2 Apr 2020 20:33:25 +0900 Subject: [PATCH 3/3] add rhysd/wain --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bb616c..bd11cc1 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * Web Assembly * [rustwasm/wasm-pack](https://github.com/rustwasm/wasm-pack) — :package: :sparkles: pack up the wasm and publish it to npm! [](https://travis-ci.org/rustwasm/wasm-pack) * [rustwasm/wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) — A project for facilitating high-level interactions between wasm modules and JS. [](https://travis-ci.org/rustwasm/wasm-bindgen) + * [rhysd/wain](https://github.com/rhysd/wain) - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency [](https://github.com/rhysd/wain/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush) ### IDEs