mirror of https://github.com/pyodide/pyodide.git
Wrap to 80 characters per line
This commit is contained in:
parent
4abae985ea
commit
ffa2f7df90
16
README.md
16
README.md
|
@ -66,19 +66,23 @@ on your `PATH`.
|
|||
|
||||
# Manual Testing
|
||||
|
||||
The port 8000 of the docker environment and the system are automatically binded when ``./run_docker`` is run.
|
||||
The port 8000 of the docker environment and the host system are automatically
|
||||
binded when ``./run_docker`` is run.
|
||||
|
||||
This can be used to test the ``pyodide`` builds running within the docker environment using external browser
|
||||
programs of the system.
|
||||
This can be used to test the ``pyodide`` builds running within the docker
|
||||
environment using external browser programs on the host system.
|
||||
|
||||
To do this, simply run ``./bin/pyodide serve``
|
||||
|
||||
This serves the ``build`` directory of the ``pyodide`` project on port 8000.
|
||||
|
||||
* To serve a different directory, use the ``--build_dir`` argument followed the path of the directory
|
||||
* To serve on a different port, use the ``--port`` argument followed by the desired port number
|
||||
* To serve a different directory, use the ``--build_dir`` argument followed by
|
||||
the path of the directory
|
||||
* To serve on a different port, use the ``--port`` argument followed by the
|
||||
desired port number
|
||||
|
||||
Make sure that the port passed in ``--port`` argument is same as the one defined as ``DOCKER_PORT`` in the ``run_docker`` script.
|
||||
Make sure that the port passed in ``--port`` argument is same as the one
|
||||
defined as ``DOCKER_PORT`` in the ``run_docker`` script.
|
||||
|
||||
# Benchmarking
|
||||
|
||||
|
|
Loading…
Reference in New Issue