Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] Add a new wasm webserver command #1001

Merged
merged 2 commits into from
Mar 1, 2023
Merged

Commits on Feb 28, 2023

  1. [wasm] Add a wasm webserver command

    - ends after a timeout, or can be killed.
    radical committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1950751 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Simplify WebServer api

    - Convert all the command line arguments to TestWebServerOptions. This
    also helps to avoid having to add new method arguments to
    WebServer to add more options.
    - And add a --web-server-use-default-files option that serves files like
    `index.html` and `default.html` by default.
    radical committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9117e27 View commit details
    Browse the repository at this point in the history