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
Update priv/funcs.txt with all new Erlang functions
Just place Elixir beam files to a directory such as "beams" and run the
following snippet:
```elixir
File.write("elixir.txt",
Mix.Tasks.Atomvm.Check.extract_exported("beams")
|> MapSet.to_list
|> Enum.join("\n")
)
```
Then merge and sort priv/funcs.txt.
Signed-off-by: Davide Bettio <[email protected]>
0 commit comments