Skip to content

Browser integration

rlwww edited this page Nov 15, 2023 · 3 revisions

Nemo can be compiled into a Web assembly library that can be used in browser-based applications. In this mode, rule reasoning is run completely in the browser, without any need to install software or transmit data to remote servers.

You can see and test an example of such an application at our online demo. The source code of this website is available at https://github.com/knowsys/nemo-web .

Getting the Nemo web assembly library (nemo-wasm)

See build instructions at https://github.com/knowsys/nemo/tree/main/nemo-wasm

Using Nemo on the Web

See example usage at https://github.com/knowsys/nemo/tree/main/nemo-wasm

Clone this wiki locally