Alexandru Ionut Budisteanu

Results 17 comments of Alexandru Ionut Budisteanu

@BenLubar is multi threading supported by modern browsers when compiling go into wasm ? Or when is this proposal to be added ?

Has there been any updates regarding support for multi-threading in webassembly. I think this is the only feature missing right now and definitely it is really important. Wasm is useful...

Such a pity for not having multi threading support in go wasm. It renders most wasm application useless, as javascript I think will be faster (if not comparable) to go...

We encountered the same behavior on chrome android. It crashes after 30 sec.

Any update to the auto scroll ? I have done something like this. ``` func message(color, text string) { ss := strings.Split(logs.Text, "\n") pos := len(ss) - 16 if pos...

@kudsyf did you solve this error? I get the same error in Vue.js 2 If I use require('quill-image-resize-module') instead of using import I get this error: ``` TypeError: Cannot read...