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
This is a large task. Head over to vm/src/builtins.rs and implement the builtin_format function. Try to start with a simple example and extend from there.
Also add a snippet in the tests/snippets directory to test your implementation.
The text was updated successfully, but these errors were encountered:
This is a large task. Head over to
vm/src/builtins.rs
and implement thebuiltin_format
function. Try to start with a simple example and extend from there.Also add a snippet in the
tests/snippets
directory to test your implementation.The text was updated successfully, but these errors were encountered: