Skip to main content

Crate brepkit_wasm

Crate brepkit_wasm 

Source
Expand description

§brepkit-wasm

WebAssembly bindings for brepkit via wasm-bindgen.

This is layer L3, the public API surface for JavaScript/TypeScript consumers.

The primary entry point is kernel::BrepKernel, which owns all modeling state and exposes shape creation, operations, and tessellation to JS.

Modules§

error
WASM-boundary error types.
kernel
The BrepKernel — a WASM-exposed modeling context.
panics
Panic capture for post-mortem diagnosis from JavaScript.
shapes
JS-facing shape types via wasm-bindgen.