Skip to content

stanistan/living-room-parser-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

living-room-parser

Build Status

A Rust/wasm implementation of living-room/parser-js.

Requirements

In order to work on the core of this parser, you should be able to use stable rust, however when building out the JS/WASM, portions of the library, you also need:

  1. stdweb
  2. npm (obvs)
  3. make

Building the JS lib

After iterating/testing the rust lib and making sure it functions correctly...

# You will only need to do this ONCE!
cargo install -f cargo-web
cd js

# will delete the already existing files
make clean

# runs `cargo web build` and copies over the `.js` and `.wasm`
# from the target/... directory
make

# will run node tests
make test

About

A rust + wasm implementation of living-room/parser-js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published