Added WAPM integration into upm
Resolves #17
This PR adds WebAssembly WAPM integration into UPM in the simplest way possible.
It's built upon the new version of Wasmer/wapm (0.10.0) with new features in the WAPM CLI required for upm (specifically the commands wapm add and wapm remove).
Because we are using GraphQL to query the data, it should be easy to maintain and ask for more data in the future if we need it so.
Looking forward getting some feedback! :)
@amasad I think this PR is ready for review :)
@syrusakbary awesome! Excited to see this merged.
FYI we have wasmer running on Repl.it here: http://repl.it/languages/wasm
Feedback addressed!
I also created this PR updating the Wasmer version on polyglott: https://github.com/replit/polygott/pull/51
FYI we have wasmer running on Repl.it here: http://repl.it/languages/wasm
Loving this!
Let me know if there is more feedback that I need to address @turbio @amasad :)
Good afternoon @syrusakbary ! You've probably noticed by now that we've been slow to merge community PRs on polygott. We've decided to focus on giving Repl.it a stable foundation instead of adding features and updating languages. Once we and our community feel comfortable with Repl.it's overall stability, we'll give this change another look. Thank you for contributing!