Skip to content

Commit

Permalink
wasm-rt.h: attempt to fix MSVC build error
Browse files Browse the repository at this point in the history
  • Loading branch information
keithw committed Jul 30, 2023
1 parent e677efa commit b3b2442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm2c/wasm-rt.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ typedef struct {
/** Default (null) value of a funcref */
static const wasm_rt_funcref_t wasm_rt_funcref_null_value = {NULL,
NULL,
{},
{NULL},
NULL};

/** The type of an external reference (opaque to WebAssembly). */
Expand Down

0 comments on commit b3b2442

Please sign in to comment.