gopherjs / gopherwasm

This package is deprecated. Use syscall/js of GopherJS instead.
BSD 2-Clause "Simplified" License
79 stars 5 forks source link

Need help? #17

Closed empijei closed 6 years ago

empijei commented 6 years ago

I found this from #833 and I liked this idea.

I am particularly interested in making go-js-dom work with webassembly.

I see this is a work in progress, I was about to start my own fork but I thought it might be better to cooperate.

Some questions:

hajimehoshi commented 6 years ago

Hi,

Yes, I appreciate your proposal to help, but I think there is no specific tasks so far. This project is work in progress until Go 1.11 is released since Wasm API is not stable yet. I'd appreciate if you find any problems when you use this project.

DOM API or other API are not the target of this project.

hajimehoshi commented 6 years ago

Oh I didn't answer your last question:

do you think to just have DOM APIs for WASM it might be better to just write a package independent from gopherjs?

It might be better, but I don't have bandwidth to make a new package for DOM APIs. How about porting GopherJS's DOM API projects to use GopherWasm?

empijei commented 6 years ago

I'll look into it and report back, thanks for your responses