# Introduction

## `Subsembly`

### What is it?

**`Subsembly`** is a framework used for designing and implementing Substrate runtimes from scratch. **`Subsembly`** utilises Substrate Core to build runtimes in a non-native language of Substrate. With **`Subsembly`** you can build Substrate runtimes rapidly, with a varying degrees of technical freedom.

### How does it work?

**`Substrate`** runtimes can be designed in any other language than Rust, provided that the language targets **`WebAssembly`**. This is where **`AssemblyScript`** and **`Subsembly`** come into play.

### Funding and Support

**`Subsembly`** is funded by [**Web3 Foundation**](https://web3.foundation) **Grants** and developed, maintained by [**LimeChain**](https://limechain.tech).


---

# 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://subsembly.gitbook.io/subsembly/master.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.
