rust conver wasm
To run the demo, follow these steps:
- Enter the
ikc
directory: Navigate to the root directory of theikc
project. - Start a local HTTP server: Run a local HTTP server to serve the
index.html
file. You can use a tool likehttp-server
orpython3 -m http.server 8001
to start a server. - Open
index.html
in a web browser: Open a web browser and navigate tohttp://localhost:8001
(or the port number specified by your HTTP server). This will load theindex.html
page, which is the entry point for the demo.
Once you've completed these steps, you should see the demo running in your web browser.