Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talk - Interconnecting Go with your Javascript libraries #14

Open
1 task done
mariomac opened this issue May 2, 2020 · 2 comments
Open
1 task done

Talk - Interconnecting Go with your Javascript libraries #14

mariomac opened this issue May 2, 2020 · 2 comments

Comments

@mariomac
Copy link

mariomac commented May 2, 2020

  • type: standard
  • level: beginner/medium
  • language: english
  • twitter: @MaciasUPC

Interconnecting Go with your Javascript libraries

¡Go targets WebAssembly architecture!

WebAssembly promises taking browser programming up to the next level thanks to opening it to almost any compiled language (even C++ or Rust). This opens a wide variety of possibilities, not only in terms of performance, but also will allow porting many legacy apps to the browser.

However, most browser libraries and APIs only provide Javascript interfaces. This talk explains how to use the standard Go/JS interconnection library to allow you instantiating JS objects, invoking methods, accessing properties and even provide callbacks.

@mariomac mariomac changed the title Talk - Title Talk - Interconnecting Go with your Javascript libraries May 2, 2020
@gonzaloserrano
Copy link
Contributor

Look great! Do you think you could do it remotely?

@mariomac
Copy link
Author

yes, I could

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants