You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
zig build test-cffi
should build a C file that loads a wasm file and invokes a function in it, link it withbytebox.lib
, and run the exe, expecting no errors. This will ensure the FFI code paths remain exercised in CI.The text was updated successfully, but these errors were encountered: