Add Wasmtime to AOT header.
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ mod serialization;
|
|||||||
|
|
||||||
use serialization::SerializedModule;
|
use serialization::SerializedModule;
|
||||||
|
|
||||||
const COMPILED_MODULE_HEADER: &[u8] = b"\0aot";
|
const COMPILED_MODULE_HEADER: &[u8] = b"\0wasmtimeaot";
|
||||||
|
|
||||||
/// A compiled WebAssembly module, ready to be instantiated.
|
/// A compiled WebAssembly module, ready to be instantiated.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user