wasmer icon indicating copy to clipboard operation
wasmer copied to clipboard

Separate the create-exe functionality outside of wasmer

Open syrusakbary opened this issue 1 year ago • 1 comments

create-exe spuriously fail, usually because of linking errors.

Ideally, we should move create-exe to outside the wasmer crate, so we can test and build this functionality separately of the main CI (to both speed up the builds, and avoid errors in CI).

Meanwhile, we will #[ignore] the tests to avoid errors

syrusakbary avatar Oct 30 '23 15:10 syrusakbary