• Stars
    star
    1
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A crossplatform wasm executable dynamic linker. The goal of this project is to reduce the complexity when distributing applications to different platforms by using WebAssembly as the executable and shared library format. Shared libraries can be crossplatformed and developers can avoid platform specific code while running application natively.