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
Note, this first requires a refactor in the .wit file
Currently, every program (and every example) not using custom hashes still needs to implement custom_hash and return None. Ideally, we should be able to implement this with a derive procedural macro.
To do this, we should start with rewriting wit/application.wit to generate multiple worlds or something to change custom-hash implementation from
Note, this first requires a refactor in the
.wit
fileCurrently, every program (and every example) not using custom hashes still needs to implement
custom_hash
and return None. Ideally, we should be able to implement this with a derive procedural macro.To do this, we should start with rewriting
wit/application.wit
to generate multiple worlds or something to change custom-hash implementation fromto
which in turn can be simplified to something like
The text was updated successfully, but these errors were encountered: