tshort / WebAssemblyCompiler.jl

Create WebAssembly with Julia
https://tshort.github.io/WebAssemblyCompiler.jl/
MIT License
77 stars 4 forks source link

Strings as arrays #7

Closed tshort closed 1 year ago

tshort commented 1 year ago

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: