Hi, I have a small bugfix in wamr's implementation of the C API I'd like to contribute. Are there any publically available unit tests for this? The spec
tests under wamr-test-suites
don't seem to cover the API code, and I'd like to include a unit/regression test with the patch.
Hi, you can test the wasm-c-api samples under <wamr_root>/samples/wasm-c-api, also these samples will be tested by the github CI when the PR is created.
Michael Martin said:
Hi, I have a small bugfix in wamr's implementation of the C API I'd like to contribute. Are there any publically available unit tests for this? The
spec
tests underwamr-test-suites
don't seem to cover the API code, and I'd like to include a unit/regression test with the patch.
It is great to provide unit/regression test in the patch.
Great, I'll look into that.
https://github.com/bytecodealliance/wasm-micro-runtime/pull/782 sent for review.
Last updated: Nov 22 2024 at 16:03 UTC