Update emscripten to run JSC

This commit is contained in:
Mark McCaskey
2019-05-06 14:05:04 -07:00
parent 89b92e3305
commit ab184aceea
4 changed files with 54 additions and 7 deletions

View File

@ -401,7 +401,7 @@ pub trait LocalImport {
macro_rules! define_map_index {
($ty:ident) => {
#[derive(Serialize, Deserialize)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct $ty (u32);
impl TypedIndex for $ty {
#[doc(hidden)]