mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
* Setting logging level * Fix variable name * try different logging levels * Add tests for logging in wasm modules * Finish unit tests for logging in wasm * specifying marine service id in message format * better message format Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
Marine
Marine is a general purpose Wasm runtime that could be used in different scenarios, especially in programs based on the entity component system (ECS) pattern or plugin architecture. It runs multi-module WebAssembly applications with interface-types and shared-nothing linking schemes.
Fluence nodes use Marine to execute Wasm services composed by compiled Aqua:
Documentation
To learn more about about Marine, see the Marine Documentation, Marine Examples and the Marine Quickstart.
Languages
Rust
91.1%
JavaScript
5.1%
TypeScript
3.7%