Integrate Go Library into a JavaScript Webpage with WebAssembly
1–2 of 2 posts
Re: Integrate Go Library into a JavaScript Webpage with WebAssembly
#2With 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.