# ZKWASM for beginners

Delphinus lab provides solutions for trustless computation and an application SDK based on a zkWasm virtual machine. This document is written to describe basic usage of ZKWASM to run WASM based applications in command line. We assume the reader knows the basics of the following:

1. Compile rust applications using cargo
2. Basics of Makefile
3. Configure environment variables
4. WASM tools (wasm2wat, wat2wasm, wasmopt)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zkwasmdoc.gitbook.io/delphinus-zkwasm/c1_beginner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
