# Access system resources

## This page is outdated. Please [visit here for the most up-to-date content](https://www.secondstate.io/tags/rust-function-in-nodejs/).

The WebAssembly VM provides a sandbox to ensure application safety. However, this sandbox is also a very limited "computer" that has no concept of file system, network, or even a clock or timer. That is very limiting for the Rust programs running inside WebAssembly.

In the Second State VM (SSVM), our innovation is a set of standard and proprietary (still open source) extensions that allow WebAssembly bytecode applications to access system and external resources. Read on!

{% content-ref url="/pages/-M7M6RD14rEGIgzAbGhw" %}
[WASI](/server-side-webassembly/enterprise-webassembly/wasi.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5cSMvnh751Sl7TfQum" %}
[The storage interface](/server-side-webassembly/enterprise-webassembly/the-storage-interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5cUymL6zGnSmxHgbHz" %}
[The inference interface](/server-side-webassembly/enterprise-webassembly/the-inference-hardware-interface.md)
{% endcontent-ref %}


---

# 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://cloud.secondstate.io/server-side-webassembly/enterprise-webassembly.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.
