arrayvec
arrayvec copied to clipboard
Add WASM support
Hello,
When a WASM exported function returns an ArrayString, the compiler returns the trait bound ArrayString<64>: IntoWasmAbi is not satisfied. It would be useful to be able to return an ArrayString from WASM.