Add \n
This commit is contained in:
parent
e4c158875e
commit
47b3c3b2c0
@ -356,7 +356,7 @@ func compileFunctionWAT(function ParsedFunction) (string, error) {
|
|||||||
|
|
||||||
funcWAT += wat
|
funcWAT += wat
|
||||||
|
|
||||||
return funcWAT + ") (export \"" + function.Name + "\" (func $" + function.Name + "))", nil
|
return funcWAT + ") (export \"" + function.Name + "\" (func $" + function.Name + "))\n", nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func backendWAT(file ParsedFile) (string, error) {
|
func backendWAT(file ParsedFile) (string, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user