Wacl HTTP request Test Page
This is a simple test page for running Tcl in the browser on the client side. Put your code in the box below and press Ctrl-Enter to eval it.
Info
Warning This example employs XMLHTTPRequest in synchronous form. Consider making such calls only from inside of Web Workers to avoid UI freezes.
And this example:
- is based on https://ecky-l.github.io/wacl/
- uses their binary release (released on May 2017)
- has sources in this repo
- Also Wacl source code is in this repo.