Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

[Feature request] WASI support #3744

Closed
gengjiawen opened this issue Jan 7, 2020 · 3 comments
Closed

[Feature request] WASI support #3744

gengjiawen opened this issue Jan 7, 2020 · 3 comments

Comments

@gengjiawen
Copy link

gengjiawen commented Jan 7, 2020

See https://wasi.dev/.

Ref:

@gengjiawen gengjiawen changed the title WASI support. [Feature request] WASI support Jan 7, 2020
@syrusakbary
Copy link

Would be great to have a WASI target for Kotlin.

I work at Wasmer (a fast, standalone WebAssembly runtime) and we are super excited to see more languages targeting WebAssembly & WASI.

Let me know if we can help in any way to get Kotlin targeting WASI :)

@bashor
Copy link
Member

bashor commented Jan 27, 2020

@gengjiawen thank you for your request!
From my point of view, WASI support doesn't require special support from the compiler side but likely should be supported as a library and maybe in tooling.

@syrusakbary thank you for the offer!
Right now we are working on a dedicated compiler backend for WebAssambly and a key requirement for us now is "we don't want to bring own memory manager", so we depend on GC-proposal.
So, we are really missing any implementation of it.
What do you think about the proposal?
Do you have any plan about supporting this proposal in Wasmer?

BTW, are you going to be at WebAssembly Summit?

@bashor
Copy link
Member

bashor commented Jan 27, 2020

I've created the issue to track, feel free to vote or star it to get updates.

@bashor bashor closed this as completed Jan 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants