mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-14 15:47:59 +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)