ezrosent / allocators-rs

Allocators in Rust
Apache License 2.0
311 stars 28 forks source link

Target wasm #144

Open joshlf opened 6 years ago

joshlf commented 6 years ago

With Rust now compiling to wasm and its use as a target becoming popular, it could be worth targeting one of our allocators to wasm. For example, see here for a discussion on writing allocators for wasm.