hf_tokenizers: byte-exact HuggingFace tokenization in Dart, without reimplementing the tokenizer
I wrote hf_tokenizers because every time I needed a real tokenizer in Dart, the options on pub.dev...
Tag archive
I wrote hf_tokenizers because every time I needed a real tokenizer in Dart, the options on pub.dev...

Dart FFI lets Flutter call native C code directly, without platform channels. A short, practical guide with diagrams, plus real lessons from building the camera_pro package.
Building xberg, a document-intelligence engine with a Rust core, we needed the same engine callable...
Most new UI languages make C/C++ interop second-class — bindings, IDL, schemas. Vel makes a qualified C++ call a normal expression it emits verbatim.
What is c_variadic? c_variadic is a recently stabilized feature in Rust that lets you send...
I recently built something I couldn’t find in the Python ecosystem: 👉 A true 1:1 runtime-FFI binding...
Package jni 1.0.0 was recently published. It's a good opportunity to share some of my lessons from...
Introduction: The Challenge of Native GUI Development Imagine launching Blender on your...

Code available on Github Going thorugh the TIOBE Index we can find that constantly, in the top 10...

Every programmer must learn it, even if they don't use it Modern languages have replaced C in...
A comprehensive guide to writing JavaScript FFI bindings in MoonBit - from primitives to DOM manipulation

This post is intended to be a little intro guide on how to call C++ code from Bun using FFI. Repo...