mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 16:11:32 +00:00
Fix typo in comment.
Noticed while inspecting the generated wasmer.h.
This commit is contained in:
@ -127,7 +127,7 @@ pub unsafe extern "C" fn wasmer_emscripten_call_main(
|
|||||||
/// `wasmer_emscripten_globals_t` from a `wasmer_module_t`.
|
/// `wasmer_emscripten_globals_t` from a `wasmer_module_t`.
|
||||||
///
|
///
|
||||||
/// WARNING:
|
/// WARNING:
|
||||||
///1
|
///
|
||||||
/// This `import_object_t` contains thin-wrappers around host system calls.
|
/// This `import_object_t` contains thin-wrappers around host system calls.
|
||||||
/// Do not use this to execute untrusted code without additional sandboxing.
|
/// Do not use this to execute untrusted code without additional sandboxing.
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
|
Reference in New Issue
Block a user