1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-11 05:17:16 +00:00
Alex Crichton f3f3ebee3a Remove unsafe usage in backend/src/encode.rs
Using `unsafe` was just a little too eager there so let's use an
off-the-shelf solution for solving the actual problem we have, which is
to allocate strings with a lifetime of `Interner` rather than
deduplicating strings.
2019-03-05 12:28:14 -08:00
..