Change Strings to use GC'd UInt8 vectors instead of stringref's. Stringref support is trailing behind GC support, and GC support is coming next month to Chrome and Firefox.
Other changes include:
Reworked the debugging code
Added browser detection to the examples
Reworked the Observable support
Started a crude Makie example (broken)
Reworked invoke's argument handling (still a source of trouble)
Change Strings to use GC'd UInt8 vectors instead of stringref's. Stringref support is trailing behind GC support, and GC support is coming next month to Chrome and Firefox.
Other changes include: