plunder.tech ( News | Git | Docs )
Plazmo is a WASM-like system that's planned for Plunder. Compared to WASM itself, plazmo is much simpler, is designed to support close integration withPLAN code, and has a frozen feature-set.
TODO: discuss design requirements. For example, that calling Plazmo routines from PLAN should have overhead on the same OOM as a normal function call, and not like starting a new process.
TODO: discuss finalized design decisions. For example, why it's better to remove floats, and how removing support for u32 significantly simplifies the design (by removing the type system). Or, how directly supporting PLAN values and calls to PLAN functions makes it possible to eliminate most jets.
TODO: discuss design areas that are not yet finalized. For example: