mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-03 16:31:02 +00:00
Merge pull request #253 from wasmerio/Hywan-patch-2
doc(readme) Fix a typo.
This commit is contained in:
commit
fd64b547de
@ -73,7 +73,7 @@ int main()
|
|||||||
argument_one.tag = WASM_I32;
|
argument_one.tag = WASM_I32;
|
||||||
argument_one.value.I32 = 7;
|
argument_one.value.I32 = 7;
|
||||||
|
|
||||||
// Value of argumen #2 is `8i32`.
|
// Value of argument #2 is `8i32`.
|
||||||
wasmer_value_t argument_two;
|
wasmer_value_t argument_two;
|
||||||
argument_two.tag = WASM_I32;
|
argument_two.tag = WASM_I32;
|
||||||
argument_two.value.I32 = 8;
|
argument_two.value.I32 = 8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user