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
Right now #[golem_rust::create_wit_file] macro will regenerate WIT file every time it runs.
As suggested here #2 we could read the file, check if the content that we are about to write is different than the actual content of an existing file and only write in that case.
The text was updated successfully, but these errors were encountered:
Right now
#[golem_rust::create_wit_file]
macro will regenerate WIT file every time it runs.As suggested here #2 we could read the file, check if the content that we are about to write is different than the actual content of an existing file and only write in that case.
The text was updated successfully, but these errors were encountered: