Philipp Oppermann
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
crates/wasmtime/src/lib.rs
|
|
@ -198,7 +198,7 @@ |
|
|
|
//! designed to be as cheap as possible.
|
|
|
|
//!
|
|
|
|
//! With an [`Instance`] you can then invoke various exports and interact with
|
|
|
|
//! the WebAssembly module. Once the request is finished the [`Store`],
|
|
|
|
//! the WebAssembly module. Once the request is finished, the [`Store`]
|
|
|
|
//! is dropped and everything will be deallocated. Note that if the same
|
|
|
|
//! [`Store`] were used for every request then that would have all requests
|
|
|
|
//! sharing resources and nothing would ever get deallocated, causing memory
|
|
|
|