Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to AtomVM 0.6.4 #23

Merged
merged 5 commits into from
Aug 18, 2024
Merged

Update to AtomVM 0.6.4 #23

merged 5 commits into from
Aug 18, 2024

Conversation

bettio
Copy link
Collaborator

@bettio bettio commented Aug 18, 2024

Add missing instructions and functions that have been recently introduced in AtomVM (up to v0.6.4).

bettio added 5 commits August 18, 2024 13:31
Signed-off-by: Davide Bettio <davide@uninstall.it>
Just extracted from nifs.gperf using:
```
cat ../AtomVM/src/libAtomVM/nifs.gperf |
grep ':' |
grep "\/[0-9]" |
cut -d ',' -f 1 >> priv/funcs.txt`
```

After that some sorting is required.

Signed-off-by: Davide Bettio <davide@uninstall.it>
Add raw_raise.

Signed-off-by: Davide Bettio <davide@uninstall.it>
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 <davide@uninstall.it>
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 <davide@uninstall.it>
@bettio bettio merged commit 14b780a into atomvm:main Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant