From 010f5fb5970a63111cc61ba01ff21a329b6eb943 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sun, 3 Jan 2021 22:01:26 +0100 Subject: [PATCH] Fix spelling Web Assembly -> WebAssembly --- lib/c-api/tests/deprecated/test-emscripten-import-object.c | 2 +- lib/c-api/tests/deprecated/test-import-object.c | 2 +- lib/c-api/tests/deprecated/test-imports.c | 2 +- lib/c-api/tests/deprecated/test-wasi-import-object.c | 2 +- tests/wast/spec/proposals/simd/simd_conversions.wast | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/c-api/tests/deprecated/test-emscripten-import-object.c b/lib/c-api/tests/deprecated/test-emscripten-import-object.c index b1524ae92..44b182d6d 100644 --- a/lib/c-api/tests/deprecated/test-emscripten-import-object.c +++ b/lib/c-api/tests/deprecated/test-emscripten-import-object.c @@ -6,7 +6,7 @@ static bool host_print_called = false; -// Host function that will be imported into the Web Assembly Instance +// Host function that will be imported into the WebAssembly Instance void host_print(const wasmer_instance_context_t *ctx, int32_t ptr, int32_t len) { host_print_called = true; diff --git a/lib/c-api/tests/deprecated/test-import-object.c b/lib/c-api/tests/deprecated/test-import-object.c index 61a81a648..327e1b114 100644 --- a/lib/c-api/tests/deprecated/test-import-object.c +++ b/lib/c-api/tests/deprecated/test-import-object.c @@ -6,7 +6,7 @@ bool static print_str_called = false; -// Host function that will be imported into the Web Assembly Instance +// Host function that will be imported into the WebAssembly Instance void print_str(const wasmer_instance_context_t *ctx, int32_t ptr, int32_t len) { print_str_called = true; diff --git a/lib/c-api/tests/deprecated/test-imports.c b/lib/c-api/tests/deprecated/test-imports.c index 757c471cc..71ec76f90 100644 --- a/lib/c-api/tests/deprecated/test-imports.c +++ b/lib/c-api/tests/deprecated/test-imports.c @@ -6,7 +6,7 @@ bool static print_str_called = false; -// Host function that will be imported into the Web Assembly Instance +// Host function that will be imported into the WebAssembly Instance void print_str(const wasmer_instance_context_t *ctx, int32_t ptr, int32_t len) { print_str_called = true; diff --git a/lib/c-api/tests/deprecated/test-wasi-import-object.c b/lib/c-api/tests/deprecated/test-wasi-import-object.c index fc3c0f7fe..1b5540f0d 100644 --- a/lib/c-api/tests/deprecated/test-wasi-import-object.c +++ b/lib/c-api/tests/deprecated/test-wasi-import-object.c @@ -6,7 +6,7 @@ static bool host_print_called = false; -// Host function that will be imported into the Web Assembly Instance +// Host function that will be imported into the WebAssembly Instance void host_print(const wasmer_instance_context_t *ctx, int32_t ptr, int32_t len) { host_print_called = true; diff --git a/tests/wast/spec/proposals/simd/simd_conversions.wast b/tests/wast/spec/proposals/simd/simd_conversions.wast index e1c2ff245..85d02feb6 100644 --- a/tests/wast/spec/proposals/simd/simd_conversions.wast +++ b/tests/wast/spec/proposals/simd/simd_conversions.wast @@ -1,4 +1,4 @@ -;; Web Assembly SIMD-related type conversion tests +;; WebAssembly SIMD-related type conversion tests (module ;; Floating point to integer with saturation