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

Support dirs/env vars in wasmtime serve #8279

Merged

Commits on Apr 1, 2024

  1. Support dirs/env vars in wasmtime serve

    * More flags like `--dir` and `--env` are moved into `RunCommon` to be
      shared between `wasmtime serve` and `wasmtime run`, meaning that the
      `serve` command can now configure environment variables.
    
    * A small test has been added as well as infrastructure for running
      tests with `wasmtime serve` itself. Previously there were no tests
      that executed `wasmtime serve`.
    
    * The `test_programs` crate had a small refactoring to avoid
      double-generation of http bindings.
    alexcrichton committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    93cbed5 View commit details
    Browse the repository at this point in the history