mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 14:45:40 +00:00
Merge pull request #913 from wasmerio/nlewycky-patch-2
Move the linkage before the type.
This commit is contained in:
commit
6d6b8779d4
@ -4,7 +4,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
bool static host_print_called = false;
|
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 Web Assembly Instance
|
||||||
void host_print(const wasmer_instance_context_t *ctx, int32_t ptr, int32_t len)
|
void host_print(const wasmer_instance_context_t *ctx, int32_t ptr, int32_t len)
|
||||||
|
Loading…
Reference in New Issue
Block a user