From 869fd3c746af99aef27aa1416319428a57e87e1b Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 17 Aug 2022 15:59:00 +0000 Subject: [PATCH] Make deepsource happy with compilation --- lib/runtime/wasmer/helpers.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/runtime/wasmer/helpers.go b/lib/runtime/wasmer/helpers.go index 9b2d9e38fa3..78e1e80998f 100644 --- a/lib/runtime/wasmer/helpers.go +++ b/lib/runtime/wasmer/helpers.go @@ -3,7 +3,9 @@ package wasmer -// #include +/* +#include +*/ import "C" import (