mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Fix spelling Web Assembly -> WebAssembly
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
;; Web Assembly SIMD-related type conversion tests
|
||||
;; WebAssembly SIMD-related type conversion tests
|
||||
|
||||
(module
|
||||
;; Floating point to integer with saturation
|
||||
|
||||
Reference in New Issue
Block a user