1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/rust_hello.md

744 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true true false false Fun - rust_hello.fun — overview Documentation for rust_hello.fun — overview Documentation for rust_hello.fun — overview /documentation/examples/rust_hello/ en
documentation
handbook
installation
usage
introduction
help
guide
howto
docs
specifications
specs
repl

rust_hello.fun — overview

What it shows

  • Using Rust opcodes from Fun (when built with Rust support).

How to run

  • export FUN_LIB_DIR="./lib"
  • ./build_debug/fun examples/rust_hello.fun
  • Or: fun examples/rust_hello.fun

Notes

  • Requires building with FUN_WITH_RUST; otherwise this example will be unavailable.