-
Notifications
You must be signed in to change notification settings - Fork 0
Can be used in Browser or only on server with nodejs ? #1
Comments
The end goal is to be able to use it on both platforms but my first goal is to be able to use it on the browser with wasm. |
Ok thanks for the response. My goal is also to be able to use it in a browser as WASM. I could not compile genji using the standard golang wasm compiler. Regarding gotiny, I did notice that the comments you left in the code pointing to Issues with gotiny have been fixed. At least the first 2 Issues i saw in your code. Also, this golang project has managed to get tinygo to work for it. |
The latest release of Tinygo doesn't yet contain all of the fixes and most importantly it contains some other bugs that need to be addressed (tinygo-org/tinygo#1206) Concerning I will push a fix for the current version this weekend though, so that you can test it if you're interested 👍 |
Yep i am def interested in trying to get things working in the Browser . Thanks. Btw, this is an excellent example of how useful Genji is: https://github.com/google/note-maps/blob/main/notes/genji/genji.go#L24 |
Just wondering..
The text was updated successfully, but these errors were encountered: