Update src/wasmtime.rs

Fix spelling error.

Co-Authored-By: sunfishcode <sunfish@mozilla.com>
This commit is contained in:
bjorn3
2019-03-27 10:56:15 -07:00
committed by Dan Gohman
parent a4515a01e3
commit 3ae7c60b13

View File

@@ -250,7 +250,7 @@ fn main() {
);
// FIXME: Also recognize "env", for compatibility with clang/llvm 8.0. And use
// "__wasi_" prefixes for compaitility with prototype reference-sysroot.
// "__wasi_" prefixes for compatibility with prototype reference-sysroot.
let global_exports = context.get_global_exports();
context.name_instance(
"env".to_owned(),