arrayvec icon indicating copy to clipboard operation
arrayvec copied to clipboard

Add WASM support

Open mimi89999 opened this issue 9 months ago • 0 comments

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.

mimi89999 avatar Apr 01 '25 10:04 mimi89999