Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d9ab9c3
fix title location
anegg0 Nov 12, 2025
23f208a
Merge branch 'improve-formatting-ci' into stylus-v0.1
anegg0 Nov 13, 2025
e11335b
remove deprecated overview file
anegg0 Nov 13, 2025
8d14fb4
resize multivm diagram
anegg0 Nov 13, 2025
0493ac8
refactor: integrate markdownlint into format workflow
anegg0 Nov 13, 2025
99ab9b1
Merge branch 'improve-formatting-ci' into stylus-v0.1
anegg0 Nov 13, 2025
19480b1
remove deprecated stylus content map
anegg0 Nov 14, 2025
b25495c
remove irrelevant link
anegg0 Nov 14, 2025
44bdffa
remove SBE from stylus content
anegg0 Nov 14, 2025
ff150ec
first iteration content restructuring
anegg0 Nov 14, 2025
ca5f4b3
Merge branch 'master' into stylus-v0.1
anegg0 Nov 14, 2025
0e121cd
tone adjustments and simplification
anegg0 Nov 18, 2025
42c22bb
add template files
anegg0 Nov 20, 2025
b02bc5b
add redirect to new recommended libraries location
anegg0 Nov 20, 2025
d62a205
add new articles in sidebars > WIP
anegg0 Nov 20, 2025
42b23d5
remove unneeded how-to guide on optimizing WASM binary size
anegg0 Nov 21, 2025
fe4ff4f
update sidebars.js
anegg0 Nov 21, 2025
a1336b3
Merge branch 'master' into stylus-v0.1
anegg0 Nov 21, 2025
21fc192
fix frontmatter typo in deploying-non-rust-wasm-contracts
anegg0 Nov 21, 2025
3827923
fix recommended libraries broken links
anegg0 Nov 21, 2025
cdb1f6f
Document Stylus Rust primitives with comprehensive examples
anegg0 Nov 21, 2025
928ac21
add slop primitive data type documentation
anegg0 Nov 21, 2025
1a47f7d
Document Stylus Rust compound types with comprehensive examples
anegg0 Nov 21, 2025
69b669f
add slop compound types article
anegg0 Nov 21, 2025
a34e1dc
Document Stylus Rust storage types with comprehensive examples
anegg0 Nov 21, 2025
29555c6
fix slop storage article
anegg0 Nov 21, 2025
4325188
Document Stylus Rust contracts
anegg0 Nov 21, 2025
c362788
touch up on slop contracts article
anegg0 Nov 21, 2025
83995ab
Document Stylus Rust global variables and functions
anegg0 Nov 21, 2025
efa1c6c
Merge branch 'master' into stylus-v0.1
anegg0 Nov 21, 2025
36ae71a
Document Stylus Rust minimal entrypoint contracts
anegg0 Nov 21, 2025
5c118b0
Document Stylus Rust contract activation
anegg0 Nov 22, 2025
8b2a6e6
fix boilerplate links
anegg0 Nov 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/stylus/advanced/hostio-exports.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 'Hostio exports'
description: 'Hostio exports'
author: chrisco
sme: chrisco
sidebar_position: 1
target_audience: Developers who need to understand how to use hostio exports with Stylus.
displayed_sidebar: buildAppsSidebar
---

TBD
Loading