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 test #772

Merged
merged 18 commits into from
Jul 4, 2024
Merged

Wasm test #772

merged 18 commits into from
Jul 4, 2024

Conversation

Niederb
Copy link
Contributor

@Niederb Niederb commented May 28, 2024

Mostly scaffolding to have a WebAssembly test in the build. The test itself is not yet super meaningful, but I think it is still a good first step to have something running and tested.
For a proper test with real use-cases we need to investigate how to create outside connections. See #769

@Niederb Niederb linked an issue Jun 11, 2024 that may be closed by this pull request
@Niederb Niederb self-assigned this Jun 12, 2024
@Niederb Niederb marked this pull request as ready for review June 12, 2024 06:11
@Niederb Niederb requested a review from masapr June 12, 2024 06:12
Copy link
Collaborator

@masapr masapr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks like a good first step. Only one minor comment on the yml.

@@ -235,6 +244,31 @@ jobs:
nc -z -v 127.0.0.1 9944
chmod +x ${{ matrix.example }}
./${{ matrix.example }}
wasm_examples:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add a newline before this, or even put this block below the next block "merge", as the merge is using only the examples. I'm almost wondering if we should put the wasm-stuff into its own yml-file (?). But I leave this up to you

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the newline. The merge is actually also for the wasm-example as this can also be downloaded. I also updated the merge to reflect this.

@Niederb Niederb requested a review from masapr July 4, 2024 08:59
Copy link
Collaborator

@masapr masapr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Niederb Niederb merged commit 2a4209e into master Jul 4, 2024
61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test/Example for WebAssembly
2 participants