rustwasm / wee_alloc

The Wasm-Enabled, Elfin Allocator
Mozilla Public License 2.0
665 stars 49 forks source link

Increase spin version to 0.5, cease use of removed feature #76

Closed ZackPierce closed 5 years ago

ZackPierce commented 5 years ago

Slightly adjusted follow-up to dependabot suggestion: https://github.com/rustwasm/wee_alloc/pull/75

ZackPierce commented 5 years ago

Seems to be broken on nightly for PR-unrelated reasons. In particular, nightly is broken due to the upcoming core::arch::wasm32 change discussed over here: https://github.com/rustwasm/wee_alloc/pull/74

fitzgen commented 5 years ago

Updated this branch on top of the nightly wasm fix. Waiting on CI...