Skip to content

Commit

Permalink
Updated bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
DelSkayn authored Apr 24, 2024
1 parent 151e614 commit 11b1f2a
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 240 deletions.
24 changes: 0 additions & 24 deletions sys/src/bindings/aarch64-apple-darwin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2662,30 +2662,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/aarch64-unknown-linux-gnu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2661,30 +2661,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/aarch64-unknown-linux-musl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2661,30 +2661,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/i686-pc-windows-gnu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2569,30 +2569,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/i686-pc-windows-msvc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2569,30 +2569,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/i686-unknown-linux-gnu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2569,30 +2569,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/x86_64-apple-darwin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2662,30 +2662,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/x86_64-pc-windows-gnu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2661,30 +2661,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/x86_64-pc-windows-msvc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2661,30 +2661,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down
24 changes: 0 additions & 24 deletions sys/src/bindings/x86_64-unknown-linux-musl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2661,30 +2661,6 @@ extern "C" {
len: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExport(
ctx: *mut JSContext,
m: *mut JSModuleDef,
export_name: *const ::std::os::raw::c_char,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntriesCount(m: *mut JSModuleDef) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn JS_GetModuleExportEntry(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSValue;
}
extern "C" {
pub fn JS_GetModuleExportEntryName(
ctx: *mut JSContext,
m: *mut JSModuleDef,
idx: ::std::os::raw::c_int,
) -> JSAtom;
}
pub const __JS_ATOM_NULL: _bindgen_ty_2 = 0;
pub const JS_ATOM_null: _bindgen_ty_2 = 1;
pub const JS_ATOM_false: _bindgen_ty_2 = 2;
Expand Down

0 comments on commit 11b1f2a

Please sign in to comment.