Hacker News new | ask | show | jobs
Integrate Go Library into a JavaScript Webpage with WebAssembly (tderflinger.com)
1 points by tderflinger 714 days ago
1 comments

With WebAssembly you can integrate different programming languages together. This opens up new possibilities to use great libraries written in one language in another different platform. In this article I want to show how to integrate a Go library for sentence tokenization in a JavaScript webpage.