mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Merge pull request #568 from wasmerio/nlewycky-patch-1
Fix typo in comment.
This commit is contained in:
commit
489f72b89a
@ -42,7 +42,7 @@ pub struct Ctx {
|
|||||||
pub import_backing: *mut ImportBacking,
|
pub import_backing: *mut ImportBacking,
|
||||||
pub module: *const ModuleInner,
|
pub module: *const ModuleInner,
|
||||||
|
|
||||||
//// This is intended to be user-supplied, per-instance
|
/// This is intended to be user-supplied, per-instance
|
||||||
/// contextual data. There are currently some issue with it,
|
/// contextual data. There are currently some issue with it,
|
||||||
/// notably that it cannot be set before running the `start`
|
/// notably that it cannot be set before running the `start`
|
||||||
/// function in a WebAssembly module.
|
/// function in a WebAssembly module.
|
||||||
|
Loading…
Reference in New Issue
Block a user