fanbingxin

Results 44 comments of fanbingxin

I pulled the latest glfw version and there should be no more compilation errors

Thanks! See go-gl/glfw#213. I will fix it when upstream is done. I think it's ok at this time.

I Wrote a simple version wasm go runtime. https://gist.github.com/icexin/3123b51d2ae97c21aade3ea2975ecea2 The output is ``` Resolve func: go debug Resolve func: go runtime.wasmExit Resolve func: go runtime.wasmWrite Resolve func: go runtime.nanotime Resolve...

``` $ cat cxgo.yml define: - name: size_t value: int files: - name: nuklear.c $ cxgo 2021/08/07 13:07:25 writing to /home/fanbingxin.linux/test/nk 2021/08/07 13:07:25 nuklear.c Error: nuklear.c: parsing failed: nuklear.h:428:1: front-end:...

用examples/protobuf/rpc的例子,只不过加了一个延迟回复,等到done->Run()的时候就core了。 ``` c++ EventLoop* gloop = NULL; namespace sudoku { class SudokuServiceImpl : public SudokuService { public: virtual void Solve(::google::protobuf::RpcController* controller, const ::sudoku::SudokuRequest* request, ::sudoku::SudokuResponse* response, ::google::protobuf::Closure* done) { LOG_INFO...