Skip to content

Files

Latest commit

6844ed1 · Sep 30, 2024

History

History
This branch is 1 commit ahead of, 730 commits behind bytecodealliance/wasmtime:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 30, 2024
Jun 7, 2024
Jun 3, 2024
Jul 25, 2024
Jul 25, 2024
Jul 25, 2024
Jul 25, 2024
Jul 22, 2022
Apr 24, 2024
Aug 5, 2024
Apr 13, 2024
Aug 12, 2024
Oct 3, 2023
Feb 22, 2024
Nov 16, 2022
Apr 24, 2024
Aug 5, 2024
Jul 10, 2020
Mar 18, 2024
Jul 31, 2024
Sep 27, 2023
Mar 18, 2024
Feb 22, 2024
Mar 11, 2020
Mar 18, 2024
Feb 22, 2024
Mar 11, 2020
Mar 18, 2024
Feb 22, 2024
Apr 21, 2020
Mar 18, 2024
Feb 22, 2024
Mar 20, 2020
Mar 20, 2020
Mar 18, 2024
Feb 22, 2024
Mar 11, 2020
Feb 3, 2024
May 17, 2024
Mar 18, 2024
Jul 31, 2024
Mar 11, 2020
Mar 18, 2024
Feb 22, 2024
May 19, 2022
Mar 18, 2024
Feb 22, 2024
Mar 18, 2024
Feb 22, 2024
Jun 3, 2021

Examples of the wasmtime API

This directory contains a number of examples of using the wasmtime API from different languages. Currently examples are all in Rust and C using the wasmtime crate or the wasmtime embedding API.

Each example is available in both C and in Rust. Examples are accompanied with a *.wat file which is the wasm input, or a Rust project in a wasm folder which is the source code for the original wasm file.

Rust examples can be executed with cargo run --example $name. C examples can be built with mkdir build && cd build && cmake ... You can run cmake --build . to build all examples or cmake --build . --target wasmtime-$name, replacing the name as you wish. They can also be built manually.

For more information see the examples themselves!