DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc
Die Hauptfunktionen von tweag/asterius sind: Compilers and Toolchains, Language Compilers.
Open-Source-Alternativen zu tweag/asterius sind unter anderem: mirkosertic/bytecoder. assemblyscript/assemblyscript — AssemblyScript is a compiler and tooling suite used for WebAssembly module development. It converts a subset of… aykevl/tinygo. andygeiss/esp32-transpiler — Transpile Golang into Arduino code to use fully automated testing at your IoT projects. astrolang/astro. arnetheduck/nlvm.
AssemblyScript is a compiler and tooling suite used for WebAssembly module development. It converts a subset of TypeScript syntax into binary modules to achieve high execution speeds and cross-platform binary execution. The project focuses on translating typed source code into the compact binary format required by WebAssembly runtimes. This allows for the movement of computationally heavy logic into binary modules for browser performance optimization and execution across different operating systems. The compilation process involves TypeScript-compatible syntax analysis and the generation of
Transpile Golang into Arduino code to use fully automated testing at your IoT projects.