Reformat a comment to fit within 100 columns.
This commit is contained in:
@@ -136,9 +136,9 @@ impl Instance {
|
|||||||
initialize_globals(&mut *result);
|
initialize_globals(&mut *result);
|
||||||
|
|
||||||
// Rather than writing inline assembly to jump to the code region, we use the fact that
|
// Rather than writing inline assembly to jump to the code region, we use the fact that
|
||||||
// the Rust ABI for calling a function with no arguments and no return values matches the one
|
// the Rust ABI for calling a function with no arguments and no return values matches the
|
||||||
// of the generated code. Thanks to this, we can transmute the code region into a first-class
|
// one of the generated code. Thanks to this, we can transmute the code region into a
|
||||||
// Rust function and call it.
|
// first-class Rust function and call it.
|
||||||
// Ensure that our signal handlers are ready for action.
|
// Ensure that our signal handlers are ready for action.
|
||||||
// TODO: Move these calls out of `Instance`.
|
// TODO: Move these calls out of `Instance`.
|
||||||
wasmtime_init_eager();
|
wasmtime_init_eager();
|
||||||
|
|||||||
Reference in New Issue
Block a user