https://github.com/wasde-project/chatbot
A modular chatbot experiment
https://github.com/wasde-project/chatbot
c-language modular python rust-language wasm-micro-runtime wasmer wasmtime webassembly
Last synced: about 1 year ago
JSON representation
A modular chatbot experiment
- Host: GitHub
- URL: https://github.com/wasde-project/chatbot
- Owner: WAsDE-project
- License: mit
- Created: 2020-06-02T13:43:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T08:05:37.000Z (about 4 years ago)
- Last Synced: 2025-03-23T23:15:32.590Z (over 1 year ago)
- Topics: c-language, modular, python, rust-language, wasm-micro-runtime, wasmer, wasmtime, webassembly
- Language: Rust
- Homepage: https://medium.com/wasde/a-look-into-creating-a-modular-application-using-wasm-outside-the-web-caddfa13a349
- Size: 7.15 MB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatbot
A modular chatbot experiment.
The repository is split into multiple folders.
The `Chatbot` folder contains the code ready for generating a WASM module of our Chatbot application.
The other folders contain different runtime implementations for running the Chatbot.
Each folder contains a README file containing information and instructions for how to compile the runtimes and application.
The `Chatbot/precompiled` folder contains a precompiled version of each runtime and the Chatbot.