wgsl-to-json
v0.1.0-1
Published
WebAssembly port of the rust [wgsl-to-json](https://gitlab.com/umb-svl/wgsl-to-json) project.
Downloads
8
Readme
wgsl-to-json
WebAssembly port of the rust wgsl-to-json project.
Setup
rustup target add wasm32-unknown-unknown
cargo install wasm-pack
Build
wasm-pack build --target nodejs
Testing
In the pkg_test directory
npm installnpm run test
