yorkie / rust.js

Run your JavaScript apps backed by Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build instructions do not include fetching the git submodules.

eddyb opened this issue · comments

I had to do:

git submodule init
git submodule update

to get deps/v8.

Maybe the configure script should do this automatically?

Added docs at README :)