

Life WebAssembly VM
Like
Life is a secure WebAssembly VM catered for decentralized applications, written in Go (Programming Language) by Perlin Network.
Cost / License
- Free
- Open Source (MIT)
Platforms
- Mac
- Windows
- Linux
- Go (Programming Language)
Features
- Support for WebAssembly
Tags
- go-library
Life WebAssembly VM News & Activities
Highlights All activities
Recent activities
No activities found.
Life WebAssembly VM information
No comments or reviews, maybe you want to be first?
What is Life WebAssembly VM?
Life is a secure WebAssembly VM catered for decentralized applications, written in Go (Programming Language) by Perlin Network.
FEATURES
- Fast - Includes a fast interpreter and an experimental AOT compilation engine.
- Correct - Implements WebAssembly execution semantics and passes most of the official test suite (66/72 passed, none of the failures are related to the execution semantics).
- Secure - User code executed is fully sandboxed. A WebAssembly module's access to resources (instruction cycles, memory usage) may easily be controlled to the very finest detail.
- Pure - Does not rely on any native dependencies in interpreter-only mode, and may easily be cross-compiled for running WebAssembly modules on practically any platform (Windows/Linux/Mac/Android/iOS/etc).
- Practical - Make full use of the minimal nature of WebAssembly to write code once and run anywhere. Completely customize how WebAssembly module imports are resolved and integrated, and have complete control over the execution lifecycle of your WebAssembly modules.


