mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
* Allow people to share links to the playground
We do that by encoding the code (compressed) in the URL.
The compression is the same used in the TypeScript playground:
e9d8f66f6b/packages/sandbox/src/compilerOptions.ts (L119-L120)