aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: 53e9e4db29a6a2e7741bde0cff31199261ebf919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
explore rust csts, entirely in your browser. syntax elements
are extracted using the rust-analyzer/syntax crate, and
exposed to js via wasm.


build:

    $ nix shell
    $ wasm-pack build
    $ cd www && npm run build


run:

    $ xdg-open www/dist/index.html


try it out at https://cstea.peppe.rs