You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like std::io::{Read, Seek} are the primary blockers preventing no-std support. I was wondering if it would be possible to remove or replace those so that nom_stl can be used in wasm web browser contexts.
The text was updated successfully, but these errors were encountered:
It looks like
std::io::{Read, Seek}
are the primary blockers preventing no-std support. I was wondering if it would be possible to remove or replace those so thatnom_stl
can be used in wasm web browser contexts.The text was updated successfully, but these errors were encountered: