gml-wasm
v0.1.0
Published
WASM Bindings to the gml_parser library.
Downloads
3
Readme
WebAssembly bindings for the gml-parser library gml_parser rust library .
Built with 🦀🕸
About
This library is to enable Javascript applications to parse the Graph Modelling Language (GML) format used by a variety of different software packages.
🚴 Usage
🛠️ Building
To build from source, you will need a rust toolchain and wasm-pack-build installed. More detailed instructions can be found in the Rust WASM tutorial.
Afterwards building is as simple as running:
wasm-pack build
🔬 Testing
Currently we are only testing in Chrome and Firefox.
Tests can be run with the following:
wasm-pack test --headless --firefox --chrome
🎁 Publish
To publish a new version, first log into npm using wasm-pack adduser
and then publish using:
wasm-pack publish
License
Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)