From a4454ebae87ca6d53d686ee34b979de2c7583fa7 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 8 Mar 2019 13:26:04 +0100 Subject: [PATCH 1/2] doc(readme) Fix a typo. This patch fixes a typo in the C example. --- lib/runtime-c-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime-c-api/README.md b/lib/runtime-c-api/README.md index efec3e50d..1e741cfd1 100644 --- a/lib/runtime-c-api/README.md +++ b/lib/runtime-c-api/README.md @@ -73,7 +73,7 @@ int main() argument_one.tag = WASM_I32; argument_one.value.I32 = 7; - // Value of argumen #2 is `8i32`. + // Value of argument #2 is `8i32`. wasmer_value_t argument_two; argument_two.tag = WASM_I32; argument_two.value.I32 = 8; From 9bf786db5ed6691580e1999eaebc7cb0da6de792 Mon Sep 17 00:00:00 2001 From: Mackenzie Clark Date: Fri, 8 Mar 2019 13:00:39 -0800 Subject: [PATCH 2/2] run installer setup in before_deploy step --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index eca2e24ae..0c612592a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,7 +50,7 @@ build_script: test_script: - cargo test --manifest-path lib/spectests/Cargo.toml --features clif -after_build: +before_deploy: - cd ./src/installer - iscc wasmer.iss - copy /y .\WasmerInstaller.exe ..\..\WasmerInstaller-%APPVEYOR_REPO_TAG_NAME%.exe