How to run rust code using wasm interepreter (wasmi)?

What is command to run code after cargo build --target=wasm32-unknown-unknown ?
How can I connect it to web server?
Tried with cargo web start --target=wasm32-unknown-unknown but code is not executing.

All helps are appreciated. Thanks in advance