Crate leptos_helios_wasm_core

Crate leptos_helios_wasm_core 

Source
Expand description

Helios WASM Core - Minimal WASM-compatible version

This crate provides a minimal, WASM-compatible version of Helios core that focuses on WebGPU rendering without heavy data processing dependencies.

Structs§

WasmChartSpec
Simple chart specification for WASM
WasmWebGpuDevice
WebGPU device wrapper for WASM

Enums§

WasmError
Error types for WASM

Functions§

create_chart_spec
Create a simple chart specification
get_version
Get Helios version
init_helios
Initialize Helios for WASM
main
Initialize the WASM module