Since upstream raylib-go bindings have co-operated with us, and decided to implement stubs for some functions.
Users can write their code in a compatible way and just call something like
go tool rlwasm build
go tool rlwasm serve
etc.
The tool will automatically handle adding the replace directive in go.mod files.
Since upstream raylib-go bindings have co-operated with us, and decided to implement stubs for some functions.
Users can write their code in a compatible way and just call something like
etc.
The tool will automatically handle adding the replace directive in go.mod files.