Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3082070
builtin_bundle.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
652 B
Referenced Files
None
Subscribers
None
builtin_bundle.h
View Options
#ifndef ESM_BUILTIN_BUNDLE_H
#define ESM_BUILTIN_BUNDLE_H
#include
"esm/loader.h"
#include
<stdbool.h>
#include
<stddef.h>
#include
<stdint.h>
typedef
struct
{
const
uint8_t
*
code
;
size_t
code_len
;
ant_module_format_t
format
;
}
ant_builtin_bundle_module_t
;
typedef
struct
{
const
char
*
specifier
;
size_t
specifier_len
;
const
char
*
source_name
;
size_t
module_id
;
}
ant_builtin_bundle_alias_t
;
bool
esm_has_builtin_scheme
(
const
char
*
specifier
);
const
ant_builtin_bundle_alias_t
*
esm_lookup_builtin_alias
(
const
char
*
specifier
,
size_t
spec_len
);
const
ant_builtin_bundle_module_t
*
esm_lookup_builtin_module
(
size_t
module_id
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Apr 4, 6:11 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
521552
Default Alt Text
builtin_bundle.h (652 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment