Skip to content

second-state/wasi_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Processor

A transformer processor library written in Rust, featuring support for both native and WebAssembly targets. This library is written with Cursor.

Overview

This workspace contains:

  • processor/: The core processor library (rust_processor), pure processing logic
  • example/: Example applications using the processor library

Build and Run

cd example
git clone https://huggingface.co/mlx-community/gemma-3-4b-it-4bit

cargo build --release
../target/release/main

Build WASM

cargo build -p rust_processor --target wasm32-wasip1 --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages