Build spidermonkey and bindings

This commit is contained in:
Brian Anderson 2012-05-06 02:03:07 -07:00
parent 12a679df46
commit 1e686a16d9
6 changed files with 31 additions and 0 deletions

1
src/mozjs Submodule

@ -0,0 +1 @@
Subproject commit a971b9dd53975db0225bb900c216f2a1f4cd1de9

1
src/rust-mozjs Submodule

@ -0,0 +1 @@
Subproject commit f46084656c10471438ee5ef2488e514227d3e6d5

View file

@ -9,6 +9,7 @@
use std;
use sdl;
use azure;
use js;
mod dom {
mod base;