File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ blobl.wasm
66src /static /*
77! src /static /bloblang-docs.json
88test-results. *
9- test-results- * . *
9+ test-results- * . *
10+ .playwright-mcp /
Original file line number Diff line number Diff line change 782782 </div>
783783 </div>
784784 <div class="mini-playground-footer">
785- <div class="mini-playground-status">Loading WASM ...</div>
785+ <div class="mini-playground-status">Loading...</div>
786786 <div class="mini-playground-actions">
787787 <button class="mini-playground-button mini-playground-run" disabled>Run</button>
788788 <button class="mini-playground-button mini-playground-copy-output">Copy Output</button>
833833 inputEditor . focus ( ) ;
834834 }
835835
836- showStatus ( 'Loading WASM ...' , 'info' ) ;
836+ showStatus ( 'Loading...' , 'info' ) ;
837837
838838 // Now load WASM
839839 return loadBloblangWasm ( ) ;
You can’t perform that action at this time.
0 commit comments