-
Notifications
You must be signed in to change notification settings - Fork 7
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 .
See build instructions at https://github.com/knowsys/nemo/tree/main/nemo-wasm
See example usage at https://github.com/knowsys/nemo/tree/main/nemo-wasm