astrodevs-labs / osmium

Osmium toolchains
GNU General Public License v3.0
0 stars 1 forks source link

Binary architecture #208

Closed 0xmemorygrinder closed 10 months ago

0xmemorygrinder commented 10 months ago

Description

Due to numerous issues with WASM compatibility bewteen the tools to integrate and the mandatory API that need to be used (filesystem, sockets...) the goal of this task is to rework the current architecture to roll back to original binary rust core which is launched by the extension/client. Since the WASM was allowing the native multi-platforming, the CI/CD pipelines need to be reworked to compile, test and publish on all the target architecture and OS.

Definition of Done

Code of Conduct