Expand description
§styx-wasm
WebAssembly bindings for the Styx parser. Enables parsing and validating Styx documents in browsers and other WASM runtimes.
§Sponsors
Thanks to all individual sponsors:
…along with corporate sponsors:
…without whom this work could not exist.
§License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option. WebAssembly bindings for the Styx parser.
This crate provides JavaScript-callable functions for parsing Styx documents, converting to JSON, and getting diagnostics.
Structs§
- Diagnostic
- A diagnostic message from the parser.
- Parse
Result - Result of parsing a Styx document.