Raxol.WASM.Builder (Raxol v2.0.1)

View Source

WebAssembly build system for Raxol.

Compiles Raxol to WASM for web deployment using Rust/wasm-bindgen or Zig as the compilation backend.

Summary

Functions

Builds the WASM module with all configurations.

Cleans the WASM build artifacts.

Watches for changes and rebuilds WASM.

Functions

build(opts \\ [])

Builds the WASM module with all configurations.

clean()

Cleans the WASM build artifacts.

watch(opts \\ [])

Watches for changes and rebuilds WASM.