scottredig / zig-javascript-bridge

Easily call Javascript from Zig wasm
MIT License
35 stars 2 forks source link

Add unit tests #3

Open scottredig opened 3 months ago

scottredig commented 3 months ago

This project could really use some unit tests. Unfortunately, all of the important behavior would also need a JS environment to actually test. This is an area where I'd be very happy to accept contributions, given that I'm unlikely to do it for myself.

I haven't done any research into what JS environment would be easiest to get working with the Zig build system. A strong requirement here is that zig build test (possibly performing some zon fetches) must work without any other external dependencies. Cross platform is a bonus, but I'm on windows so that's a requirement.