bomboni_wasm_core 0.2.0

Internal WASM part of Bomboni library.
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]

/// Options for configuring Wasm bindings.
pub mod options;

/// TypeScript declaration generation.
pub mod ts_decl;

/// TypeScript type representations.
pub mod ts_type;