-
Notifications
You must be signed in to change notification settings - Fork 133
Run embedded avm on Linux and macOS #1948
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
base: main
Are you sure you want to change the base?
Conversation
8ff5fd1 to
7f863db
Compare
Requires support for AtomVM: atomvm/AtomVM#1948 NB: it's currently incompatible with JIT Signed-off-by: Paul Guyot <[email protected]>
bettio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also document somewhere how to use this / how a compatible application is written.
7f863db to
ac5ecd1
Compare
Should we wait until the atomvm_rebar3_plugin PR is merged? |
ac5ecd1 to
1f68624
Compare
No, I think support should land here first (or they can be nearly simultaneous), so applications that are escriptized with the plugin will actually work. |
1f68624 to
1452b2d
Compare
Most platforms run embedded avm in the flash. Implement a similar mechanism on generic_unix platform, to enable an escriptize-like experience. Signed-off-by: Paul Guyot <[email protected]>
1452b2d to
6a4bab2
Compare
Requires support for AtomVM: atomvm/AtomVM#1948 NB: it's currently incompatible with JIT Signed-off-by: Paul Guyot <[email protected]>
Most platforms run embedded avm in the flash. Implement a similar mechanism on generic_unix platform, to enable an escriptize-like experience.
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later