Skip to content

Talk - Interconnecting Go with your Javascript libraries #14

Open
@mariomac

Description

@mariomac
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions