WebImblaze is available as a Docker container with all the dependencies pre-installed.
To use it, first install Docker for your OS:
Then pull it from the public repository, https://hub.docker.com/r/qarj/webimblaze/
docker pull qarj/webimblaze
To execute the example test examples/demo.test
docker run -it --rm webimblaze examples/demo.test
To run all self tests
docker run -it --rm webimblaze selftest/all_core.test
To enter the container
docker run -it --entrypoint /bin/bash webimblaze
Then run a test
perl wi.pl examples/demo.test
docker run -it --mount type=bind,source="/path/to/your-testcase.test",target=/usr/local/bin/WebImblaze/examples/get.test qarj/webimblaze
To build the container yourself, see BUILD.md.