This is follow-up to #11 which is closed without addressing portability concern.
Portability is one of the greatest WebAssembly features and IMHO we should strive to find portable solutions where possible.
Some of the approaches that would make strings portable:
- Revert to
stringcursor, an opaque cursor that knows about its string
- Specify portable i32 cursor behaviour
This is follow-up to #11 which is closed without addressing portability concern.
Portability is one of the greatest WebAssembly features and IMHO we should strive to find portable solutions where possible.
Some of the approaches that would make strings portable:
stringcursor, an opaque cursor that knows about its string