You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

675 B

Embedding in C

This section is intended to showcase the C embedding API for Wasmtime. The C embedding API is based on the proposed wasm C embedding API (namely wasm.h) and has a few extension headers (like wasi.h and wasmtime.h) which are intended to eventually become part of the standard themselves one day.