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

Include a wasm compile option ? #24

Closed
stonebig opened this issue Apr 30, 2019 · 7 comments
Closed

Include a wasm compile option ? #24

stonebig opened this issue Apr 30, 2019 · 7 comments
Assignees
Labels
❓ question Further information is requested
Projects

Comments

@stonebig
Copy link

Would it be possible tp include a wasm compiler option like project https://bitbucket.org/windel/ppci ?

@Hywan Hywan self-assigned this May 1, 2019
@Hywan Hywan added the ❓ question Further information is requested label May 1, 2019
@Hywan
Copy link
Contributor

Hywan commented May 1, 2019

Hello,

Can you be more precise about your question please? What options would you like to see?

@stonebig
Copy link
Author

stonebig commented May 4, 2019

well, maybe I mistaken. At first I would like to do "pip install wasmer" on windows, but there is no Windows wheel. Is it possible ? How do I build it ?

@Hywan
Copy link
Contributor

Hywan commented May 7, 2019

We should definitely add wheels for Windows.

Until that time, if you want to install the extension, you can follow the Development Section. Did you try it already?

@stonebig
Copy link
Author

stonebig commented May 7, 2019

Was a bit complex to me, so waited for further motivation to plunge in it.

@Hywan
Copy link
Contributor

Hywan commented May 7, 2019

Sure. I'll keep you informed as soon as we have Windows wheels :-).

@pannous
Copy link

pannous commented May 22, 2019

To come back to the original question:
Would you consider merging a wasm compilers like:
https://github.com/almarklein/wasmfun
https://ppci.readthedocs.io/en/latest/reference/wasm.html
so that we can do ast manipulations like:

module=wasmer.read('test.wasm')
module.add(wasmer.function(...))
module.save('test.wasm')

@Hywan
Copy link
Contributor

Hywan commented May 22, 2019

It's not in our immediate plan, but rather on a longer plan, yes.

@Hywan Hywan closed this as completed Dec 4, 2019
@Hywan Hywan added this to 🎉 Done in Kanban Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓ question Further information is requested
Projects
Kanban
  
🎉 Done
Development

No branches or pull requests

3 participants