ibrahimcesar/velociplot

WebAssembly support

Open

#17 aberto em 29 de nov. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
help wantedpriority: lowtype: feature

Métricas do repositório

Stars
 (3 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador