Fixed tons of stuff in ./web/documentation/*. No code changes. (0.40.5)
This commit is contained in:
parent
567fa73796
commit
e7e1343a83
134 changed files with 730 additions and 1928 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - Writing Rust-backed opcodes for Fun VM
|
||||
|
|
@ -10,21 +10,17 @@ description: Writing Rust-backed opcodes and wiring them into the C VM; build/se
|
|||
permalink: /documentation/rust/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- backed
|
||||
- build
|
||||
- notes
|
||||
- opcodes
|
||||
- rust
|
||||
- setup
|
||||
- them
|
||||
- wiring
|
||||
- writing
|
||||
---
|
||||
|
||||
# Writing Rust-backed opcodes for Fun VM
|
||||
|
||||
This guide explains how to implement VM opcodes in Rust, wire them into the C VM, and use them from Fun scripts.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue