chung-leong / zigar

Enable the use of Zig code in JavaScript project
https://chung-leong.github.io/zigar/
MIT License
177 stars 2 forks source link

Ensure compatibility with master/0.14.0 #422

Closed chung-leong closed 2 months ago

chung-leong commented 2 months ago

Getting the following error from 0.14.0-dev.367+a57479afc:

/tmp/zigar-build/call-sprintf-2f7a5368/build.zig:32:7: error: no field or member function named 'addCopyFileToSource' in 'Build.Step.WriteFile'
/home/cleong/.zvm/master/lib/std/Build/Step/WriteFile.zig:1:1: note: struct declared here
chung-leong commented 2 months ago

Change made doesn't seem to work correctly.