mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
Merge branch 'master' into bors
This commit is contained in:
commit
a08b2f236b
@ -52,7 +52,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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user