1 unstable release
Uses old Rust 2015
0.0.0 | Jul 1, 2016 |
---|
#18 in #neon
2KB
tachyon
A Servo application shell driven by Neon modules
Building
- Install rust
- Satisfy the servo prerequisites
brew install flow npm
export PATH=node_modules/.bin:$PATH
- clone and build:
hub clone freebroccolo/tachyon
cd tachyon
npm install
./script/cargo.js build
You probably want to go get a coffee at this point…
Running
babel-node app/index.js
This runs a Node module that hooks into Servo via Neon and pops up a window. Nothing fancy yet.