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

WebAssembly target #14

Open
5 tasks
yurydelendik opened this issue Dec 18, 2018 · 2 comments
Open
5 tasks

WebAssembly target #14

yurydelendik opened this issue Dec 18, 2018 · 2 comments

Comments

@yurydelendik
Copy link

yurydelendik commented Dec 18, 2018

I'm entertaining the idea of using clouldabi in WebAssembly envirnment. I forked the project at https://github.com/yurydelendik/cloudlibc and it works for simple example now. So far I identified following items that will be nice to upstream:

  • allow crt1.o output (current is crt0.o)
  • use #define LG_PAGE 16 for wasm
  • disable vDSO logic
  • add/stub logic for fenv
  • decide what to do with auxiliary vector

If there is an interest in accepting to above changes, I will be willing to submit pull requests.

@dckc
Copy link

dckc commented Dec 19, 2018

Any relation to https://github.com/CraneStation/wasmtime ?

@yurydelendik
Copy link
Author

Any relation to https://github.com/CraneStation/wasmtime ?

Indirectly. My efforts purely experimental and pointed to compiling/running existing C code. The wasmtime is a user of the compilation output.

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

No branches or pull requests

2 participants