Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Nov 17, 2021
1 parent 8a1ebd1 commit c1e97b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ impl ExecuteCtx {
/// including running the wasm start function. It then proceeds to execute the
/// instantiated module's WASI entry point, running to completion. If execution
/// results in an error, a response is still produced, but with a 500 status code.
///
/// Build time: Before you build or test your code, we recommend to set the release flag e.g. `cargo test --release` otherwise,
/// the execution will be very slow. This has to do with the Cranelift compiler,
/// which is extremely slow when compiled in debug mode.
///
/// Build time: Before you build or test your code, we recommend to set the release flag
/// e.g. `cargo test --release` otherwise the execution will be very slow. This has to do
/// with the Cranelift compiler, which is extremely slow when compiled in debug mode.
///
/// # Example
///
Expand Down

0 comments on commit c1e97b9

Please sign in to comment.