bytebox icon indicating copy to clipboard operation
bytebox copied to clipboard

Tests: write a simple integration test for the C interface

Open rdunnington opened this issue 1 year ago • 0 comments

zig build test-cffi should build a C file that loads a wasm file and invokes a function in it, link it with bytebox.lib, and run the exe, expecting no errors. This will ensure the FFI code paths remain exercised in CI.

rdunnington avatar Mar 21 '24 05:03 rdunnington