Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit f741dbc

Browse files
committed
Mention developer experience
1 parent e83187a commit f741dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This document extends WebAssembly with a universal string type in order to:
99
* Avoid ecosystem fragmentation as would be introduced by separate mechanisms to use on and off the Web
1010
* Avoid alloc+copy->garbage at the boundary in between two Wasm GC-enabled languages and/or JavaScript
1111
* Avoid code size hits by having to handle strings explicitly at the boundary or shipping basic string functions and their dependencies with each module
12+
* Avoid hurting developer experience, like having to author, publish, ship and/or install a variety of adapters for/in different use cases
1213

1314
It is one step towards universal modules that run the same everywhere, without having to recompile for different environments or having to maintain multiple standard libraries or abstractions.
1415

0 commit comments

Comments
 (0)