mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 21:21:33 +00:00
Updated headers
This commit is contained in:
@ -335,7 +335,7 @@ typedef struct {
|
|||||||
} wasmer_instance_context_t;
|
} wasmer_instance_context_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The `wasmer_limit_option_t` struct repreesents an optional limit
|
* The `wasmer_limit_option_t` struct represents an optional limit
|
||||||
* for `wasmer_limits_t`.
|
* for `wasmer_limits_t`.
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@ -448,7 +448,7 @@ void wasmer_emscripten_destroy_globals(wasmer_emscripten_globals_t *globals);
|
|||||||
* `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.
|
||||||
*/
|
*/
|
||||||
|
@ -269,7 +269,7 @@ struct wasmer_instance_context_t {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// The `wasmer_limit_option_t` struct repreesents an optional limit
|
/// The `wasmer_limit_option_t` struct represents an optional limit
|
||||||
/// for `wasmer_limits_t`.
|
/// for `wasmer_limits_t`.
|
||||||
struct wasmer_limit_option_t {
|
struct wasmer_limit_option_t {
|
||||||
/// Whether the limit is set.
|
/// Whether the limit is set.
|
||||||
@ -360,7 +360,7 @@ void wasmer_emscripten_destroy_globals(wasmer_emscripten_globals_t *globals);
|
|||||||
/// `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.
|
||||||
wasmer_import_object_t *wasmer_emscripten_generate_import_object(wasmer_emscripten_globals_t *globals);
|
wasmer_import_object_t *wasmer_emscripten_generate_import_object(wasmer_emscripten_globals_t *globals);
|
||||||
|
Reference in New Issue
Block a user