inliquid

Results 82 comments of inliquid

It appears that for some reason `Log` method is conflicting with some `log` function in libc. This little change solves the issues above: ![изображение](https://github.com/knqyf263/go-plugin/assets/6797881/12156a74-4628-45bd-be64-a2815ff7c91a) So the open questions are: -...

> Why this worked with no problems on tinygo v0.28.1 After some researching, I think the reason is basically this generated code when we use `Log` method name to become...