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;
|
||||
|
||||
Reference in New Issue
Block a user