Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4467927
wasi.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
wasi.h
View Options
#ifndef ANT_WASI_H
#define ANT_WASI_H
#include
"types.h"
#include
<stdbool.h>
#include
<stdint.h>
bool
wasi_module_has_wasi_imports
(
void
*
c_api_module
);
bool
wasi_module_is_command_or_reactor
(
void
*
c_api_module
);
bool
wasi_bytes_need_wasi_command_warning_suppression
(
const
uint8_t
*
wasm_bytes
,
size_t
wasm_len
);
ant_value_t
wasi_instantiate
(
ant_t
*
js
,
const
uint8_t
*
wasm_bytes
,
size_t
wasm_len
,
ant_value_t
module_obj
,
ant_value_t
wasi_opts
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, May 2, 7:31 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542285
Default Alt Text
wasi.h (461 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment