lam
lam copied to clipboard
:rocket: a lightweight, universal actor-model vm for writing scalable and reliable applications that run natively and on WebAssembly
Here's a list of things to try out and see where we are: - [ ] `mix-format` -- compile and run the Elixir formatter as a binary - [ ]...
This issue tracks compatibility with standard Erlang and Elixir built-in functions across the different runtimes. Note that not all functions will be available in all runtimes, and some will not...
Will use this issue tro track the broad strokes of standard APIs for LAM across runtimes. Ideally we'd have a feature parity across platform but that can't be guaranteed so...
The following instructions are currently supported in some form. For some of them, it means "we can read them, but they have no effect", for some others, approximated semantics are...
One of the goals of LAM is to be easy to target. This means that we should provide tools to work with the bytecode, inspect it, and debug it. Ideally...
One of the goals of LAM is to be formally specified. This will allow other implementations to appear that are interchangeable with it, and will allow us to reason mathematically...
Hello, thank you for your contribution in this project, I an testing our static analysis tool in github's Rust project and I notice the following code: https://github.com/leostera/lam/blob/f2167ccbe136e2a8622f238e394f687eb0afc943/lib/lam-rts-web/src/lib.rs#L48 ``` fn program(data:...