ibrahimcesar/velociplot

WebAssembly support

Open

#17 aperta il 29 nov 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (0 fork)auto 404
help wantedpriority: lowtype: feature

Metriche repository

Star
 (3 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Description

Compile velociplot to WebAssembly for use in web browsers and Node.js.

Use Cases

  • Client-side plot generation
  • Serverless functions
  • Web applications
  • Documentation with live examples

Tasks

  • Set up wasm-pack build
  • Create JavaScript/TypeScript bindings
  • Handle canvas rendering in browser
  • Create npm package
  • Write web documentation
  • Create live demo

Acceptance Criteria

  • Works in modern browsers
  • Reasonable bundle size
  • Good performance
  • npm package published

Guida contributor