Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WASI Interface to Wasmer #297

Closed
syrusakbary opened this issue Mar 27, 2019 · 4 comments
Closed

Add WASI Interface to Wasmer #297

syrusakbary opened this issue Mar 27, 2019 · 4 comments
Labels
🎉 enhancement New feature!

Comments

@syrusakbary
Copy link
Member

syrusakbary commented Mar 27, 2019

WASI is a WebAssembly System Interface.

Here's a detailed blogpost from Mozilla about it: https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/

Wasmer should support WASI, in a similar way we support emscripten.
So binaries/libraries can be executed with wasmer easily.

Related issues

Rust is also trying to target wasi from rust libraries: rust-lang/rust#59464

Related docs

WASI API: https://github.com/CraneStation/wasmtime-wasi/blob/wasi/docs/WASI-api.md

@syrusakbary syrusakbary added the 🎉 enhancement New feature! label Mar 27, 2019
@syrusakbary syrusakbary pinned this issue Mar 27, 2019
@syrusakbary syrusakbary unpinned this issue Mar 27, 2019
@syrusakbary syrusakbary pinned this issue Mar 27, 2019
bors bot added a commit that referenced this issue Apr 4, 2019
299: Support for the WASI ABI. r=xmclark a=lachlansneff

part of #297 

Co-authored-by: Lachlan Sneff <lachlan.sneff@gmail.com>
Co-authored-by: Mark McCaskey <mark@wasmer.io>
Co-authored-by: bors[bot] <bors[bot]@users.noreply.github.com>
Co-authored-by: Mark McCaskey <markmccaskey@users.noreply.github.com>
@syrusakbary
Copy link
Member Author

We just merged #299 which adds initial (and experimental) support for WASI 🎉

We will keep iterating on the WASI integration, so keeping this issue open until is feature complete

@syrusakbary syrusakbary unpinned this issue Apr 4, 2019
@jedisct1
Copy link

jedisct1 commented Apr 7, 2019

Wasmer's support for WASI is pretty decent already!

You should ask to be listed here https://wasi.dev

@syrusakbary
Copy link
Member Author

Thanks for the ping!

We will need to submit PRs to the following repos:

@Hywan do you want to handle this? :)

syrusakbary added a commit to syrusakbary/wasi.dev that referenced this issue May 21, 2019
@syrusakbary
Copy link
Member Author

I've created the issue in the wasi.dev repo adding Wasmer: bytecodealliance/wasi.dev#2

Closing the issue here since Wasmer WASI support is stable and mature now.

Thanks everyone for your support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 enhancement New feature!
Projects
None yet
Development

No branches or pull requests

2 participants