Testing Node's new FFI module with Rust
  • JavaScript 53%
  • Rust 45.8%
  • Just 1.2%
Find a file
2026-05-12 12:38:00 +10:00
src pass JS string to rust 2026-05-12 12:38:00 +10:00
.editorconfig add xsum typedarray example 2026-05-10 15:04:21 +10:00
.gitignore Initial commit 2026-05-10 09:25:00 +10:00
Cargo.lock add xsum typedarray example 2026-05-10 15:04:21 +10:00
Cargo.toml add xsum typedarray example 2026-05-10 15:04:21 +10:00
justfile Initial commit 2026-05-10 09:25:00 +10:00
package.json Initial commit 2026-05-10 09:25:00 +10:00
README.md Initial commit 2026-05-10 09:25:00 +10:00

nodejs-ffi-rust

Calling Rust functions from Node using node:ffi.