Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
explain the build process of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes authored Jul 31, 2020
1 parent cfcfc85 commit 453e698
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Chat Demo

## Build and start demo

- Install Rust toolchain
- Install Node.js
- Install [wasm-pack](https://github.com/rustwasm/wasm-pack)
Expand All @@ -8,3 +10,9 @@
- Start web server in directory `chat-frontend`
- `npm start`
- Open `http://localhost:8080/` in a browser

## Building plugin

The server loads a plugin as WebAssembly.
The binary is already stored in chat-server.
To build the plugin, switch to the directory `plugin` and start the build process with the command `cargo build`.

0 comments on commit 453e698

Please sign in to comment.