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

WASIX compatibility with Continuous Integration #298

Draft
wants to merge 62 commits into
base: master
Choose a base branch
from

Conversation

dynamite-bud
Copy link
Contributor

Description

This PR aims to merge the WASIX compatibility of the static web server by adding CI steps to:

  1. Test all targets including WASIX
  2. Release a WASM based binary on GitHub
  3. Release a package on wasmer.io under static-web-server account name

Motivation and Context

Motivation is to improve the WASIX compatibility of static-web-server with CI in both devel and release CI yaml files.

Testing

  1. In WASIX, we try to run the tests with cargo wasix test but this is currently under development.
  2. All the other targets are being tested with tokio and socket2 forks of WASIX.

john-sharratt and others added 30 commits May 30, 2022 15:51
…nditions

# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	release.sh
# Conflicts:
#	src/server.rs
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/settings/file.rs
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.

None yet

3 participants