Integrate Go Library into a JavaScript Webpage with WebAssembly
Sentences is a Go library for sentence tokenization written by Eric Bower and published as open source on GitHub. Since you cannot run Go code in the browser natively, only JavaScript, there is the idea of using WebAssembly to integrate the library into a website.
No comments:
Post a Comment