"autocfg",
]
-[[package]]
-name = "memory_units"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
-
[[package]]
name = "mime"
version = "0.2.6"
"otter-base",
"wasm-bindgen",
"wasm-bindgen-cli",
- "wee_alloc",
]
[[package]]
"wasm-bindgen",
]
-[[package]]
-name = "wee_alloc"
-version = "0.4.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
-dependencies = [
- "cfg-if 0.1.10",
- "libc",
- "memory_units",
- "winapi 0.3.9",
-]
-
[[package]]
name = "winapi"
version = "0.2.8"
format!("WASM {}", s).into()
}
-//#[cfg(feature = "wee_alloc")]
-#[global_allocator]
-static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;
+// wee-alloc has a null pointer deref here
+// 846 | assert_local_cell_invariants(&(*current_free).header);
+// this is apparently known about
+// https://githubplus.com/saethlin/miri-tools
+// and wee-alloc has not been updated in over a year.
+// This was saving us 7k in the output wasm file, out of 140k.
+//#[global_allocator]
+//static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;