Skip to content

Commit

Permalink
Add Wasmtime to AOT header.
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
  • Loading branch information
peterhuene and bjorn3 committed Mar 31, 2021
1 parent ccb58e1 commit 211bc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmtime/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod serialization;

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.
///
Expand Down

0 comments on commit 211bc30

Please sign in to comment.