Add proof that code is executed in compartment

This commit is contained in:
Aron Zwaan 2019-04-24 12:44:33 +02:00
parent 54f54d194d
commit 7b293ee8cb
2 changed files with 34 additions and 0 deletions

View file

@ -57,6 +57,7 @@ mod devtools;
pub mod document_loader;
#[macro_use]
mod dom;
mod compartments;
pub mod fetch;
mod image_listener;
mod layout_image;