- Dec 08, 2022
-
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
- Dec 06, 2022
-
-
Christoph Herzog authored
-
- Dec 05, 2022
-
-
Christoph Herzog authored
Seemed to only happen for feature="js"
-
Christoph Herzog authored
-
Christoph Herzog authored
Skips some tests, probably changes some tests so they fail... But this gets us compiling again.
-
Christoph Herzog authored
ARM has different alignment requirements, making the struct larger. This might not actually work properly, because the struct inside the Wasm instance will probably have the wrong size. Need to fix this by doing better de/serialization, or by removing the u128 from the data!
-
Christoph Herzog authored
-
- Dec 03, 2022
-
-
Christoph Herzog authored
Makes building simpler since we don't depend on a system library anymore.
-
Christoph Herzog authored
-
Christoph Herzog authored
-
Christoph Herzog authored
Were missing "async" before fn.
-
Christoph Herzog authored
-
- Dec 01, 2022
-
-
Christoph Herzog authored
The GraphQL query used to retrieve WAPM package URLs was sending the GraphQL query via a url query parameter, but used a POST request. This somehow seems to have worked previously, but has now broken due to changes on wapm.dev Simply switches the method to GET, which works correctly
-
Christoph Herzog authored
-
Christoph Herzog authored
-
- Nov 30, 2022
-
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
- Nov 29, 2022
-
-
Johnathan Sharratt authored
-
- Nov 28, 2022
-
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
Now falling back on the command name as the atom name if the annotations are missing (something wrong with the conversation
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
- Nov 27, 2022
-
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
Christoph Herzog authored
-
Christoph Herzog authored
-
Christoph Herzog authored
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
- Nov 26, 2022
-
-
Johnathan Sharratt authored
-
Johnathan Sharratt authored
-
- Nov 24, 2022
-
-
Christoph Herzog authored
No longer applcable, since default impls can be efficient now.
-
Christoph Herzog authored
Replace lots of #[cfg(feature = "compiler")] checks , since they are no longer needed, as new store construction is now handled by WasiRuntimeImplementation::new_store().
-
Christoph Herzog authored
mod wasmer_wasi::runtime::compiler was removed in a previous commit.
-
Christoph Herzog authored
Required for upstream consumers.
-