Integrate Go Library into a JavaScript Webpage with WebAssembly
tderflinger.comWith 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.