Structs§
- WitHost
- Host-side resource tracker for WIT-based WASM plugins.
Constants§
- APPLICATION_
FORM_ URLENCODED - MIME type for URL-encoded form data.
- APPLICATION_
JSON - MIME type for JSON data.
- APPLICATION_
OCTET_ STREAM - MIME type for arbitrary binary data.
- APPLICATION_
XML - MIME type for XML documents.
- BEAN_
WIT - WIT source for the
beanworld (standalone file, same package as PLUGIN_WIT). - FULL_
WIT - Combined WIT package with both
pluginandbeanworlds in a single document. - PLUGIN_
WIT - WIT source for the
pluginworld (standalone file). - TEXT_
HTML - MIME type for HTML documents.
- TEXT_
PLAIN - MIME type for plain text.
Functions§
- wit_dir
- Absolute path to the
wit/directory bundled with this crate.