Vibhav Pant

Results 12 comments of Vibhav Pant

Thanks for helping out! As I understand it, the starting point for this would be to figure out a way to represent all Go types in WebAssembly (which as a...

Could you give me the `.wasm` file produced by the compiler?

From the wasm Go fork, I observed that node uses this file to define some runtime functions: https://github.com/neelance/go/blob/wasm-wip/misc/wasm/wasm_exec.js With wagon, they aren't getting defined, which is what might be causing...

Sorry for forgetting about this. I took another stab at my PR today, and was able to narrow it down to the value of `NewStack.StackTopDiff` somehow changing while compiling Else...

If you take a look at the `wasm` fork, it uses JavaScript to provide access to some runtime functions that cannot be implemented alone in WebAssembly. We could allow the...

Sorry for not replying, as I've been a little busy with classes. I'll try my best to address this issue in the coming weeks. If you take a look at...

Does the PR still break the tests Sebastian was talking about?

Thanks! I've been busy recently with GSoC, so this project is on the backburner. Some API docs should be available at https://vibhavp.github.io/socket.io-rs/

Could you try the same on a browser with JSONP as the transport? IIRC, this bug is due to nodejs using XHR, which I was having trouble implementing.