question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

wasmer is:

...a $X library for executing WebAssembly binaries:

Easy to use: The wasmer API mimics the standard WebAssembly API,
Fast: wasmer executes the WebAssembly modules at native speed,
Safe: All calls to WebAssembly will be fast, but more importantly, completely 
      safe and sandboxed.

…where it looks like $X can be replaced by:

- Rust
- C/C++
- PHP
- Python
- Ruby
- Go

links:

related feedstocks:

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
bollwyvlcommented, Oct 5, 2020

It looks like wasmer is working up to release a 1.0.0 (currently in alpha). Now that our rust situation is a bit more normalized, it’s probably worth taking another shot at this…

0reactions
bollwyvlcommented, Feb 1, 2021

Welp, we did it: https://github.com/conda-forge/wasmer-feedstock

Please chime in over there, anybody listening, if you have things you want to see… and better still if you can help! There’s a lot to do!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wasmer - The Universal WebAssembly Runtime
Use the tools you know and the languages you love. Compile everything to WebAssembly. Run it on any OS or embed it into...
Read more >
wasmerio/wasmer: The leading WebAssembly Runtime ...
Wasmer is a fast and secure WebAssembly runtime that enables super lightweight containers to run anywhere: from Desktop to the Cloud, Edge and...
Read more >
wasmer - crates.io: Rust Package Registry
Wasmer is the most popular WebAssembly runtime for Rust. It supports JIT (Just In Time) and AOT (Ahead Of Time) compilation as well...
Read more >
wasmer - PyPI
The wasmer package brings the required API to execute WebAssembly modules. In a nutshell, wasmer compiles the WebAssembly module into compiled code, ...
Read more >
wasmer - Go Packages
Package wasmer is a complete and mature WebAssembly runtime for Go based on Wasmer (https://github.com/wasmerio/wasmer).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found