ibrahimcesar/velociplot

WebAssembly support

Open

#17 geöffnet am 29. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
help wantedpriority: lowtype: feature

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide