#pragma once

#include <jsi/jsilib.h>
#include <jsi/jsi.h>

namespace react_native_nacl {
  void install_box(facebook::jsi::Runtime& jsiRuntime);
}
