Skip to content

Conversation

@pchickey
Copy link
Contributor

@pchickey pchickey commented Nov 19, 2024

Built on top of #8

  • Take the tcp_echo_server example and extract it into its own file in examples/ so we can include it in the docs and in the test-programs crate.
  • Mark the echo server no_run so that cargo doc doesnt try to execute it.
  • Re-enable CI running tests.
  • Add a cargo workspace
  • Introduce the same test-programs / artifacts arrangement we use in wasmtime. Two new crates, test-programs and test-programs-artifacts.
  • tests/test-programs.rs executes the built artifacts with wasmtime, including external stimulus to the echo server example.
  • add another test showing the http client working.

@pchickey pchickey force-pushed the pch/enable_ci_and_write_tests branch from 4a93131 to cf6a41b Compare November 19, 2024 01:02
@pchickey pchickey mentioned this pull request Nov 19, 2024
@pchickey pchickey changed the base branch from main to pch/global_reactor November 19, 2024 17:39
@pchickey pchickey merged commit 45b20ea into pch/global_reactor Nov 19, 2024
@pchickey pchickey deleted the pch/enable_ci_and_write_tests branch November 19, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants