You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following wasmer fork needs to be moved into wasmerio - coordination with Seb on merging opportunities will be needed along with what we need to rebase against
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In order to productize the building of WASIX WebAssembly binaries the following tasks need to be done
https://github.com/john-sharratt/wasix
https://github.com/john-sharratt/wasix-libc
https://github.com/john-sharratt/wasix-witx
https://github.com/john-sharratt/cargo-wasix
https://github.com/john-sharratt/rust/tree/wasix4
https://github.com/john-sharratt/libc
https://crates.io/crates/wasix
https://crates.io/crates/cargo-wasix
https://github.com/john-sharratt/wasmer/tree/wasix
Implement a pipeline that compiles the wasix-libc library to WebAssembly and stores on the CDN.
Implement a pipeline that compiles the rust standard library for multiple targets and stores on the CDN.
Modify cargo-wasix so that it downloads the precompiled standard libraries for known targets.
Publish cargo-wasix again to crates.io
Write a tutorial on how to compile WASIX applications
Create a pipeline that compiles the following repositories to WASIX and publishes to WAPM
https://github.com/john-sharratt/coreutils
https://github.com/john-sharratt/kibi
https://github.com/john-sharratt/bash
https://github.com/john-sharratt/dash
(these can be tested on wasmer.sh)
The text was updated successfully, but these errors were encountered: