Skip to content

Commit

Permalink
Update prebuilds (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager authored Oct 1, 2024
1 parent 092c98e commit fe4ff87
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mirror_drive(
SOURCE qogbhqbcxknrpeotyz7hk4x3mxuf6d9mhb1dxm6ms5sdn6hh1uso
DESTINATION ${PROJECT_SOURCE_DIR}/prebuilds
PREFIX /${target}
CHECKOUT 238
CHECKOUT 251
)

if(target MATCHES "win32")
Expand Down
3 changes: 3 additions & 0 deletions src/js.def
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ EXPORTS
js_create_reference
js_create_sharedarraybuffer
js_create_sharedarraybuffer_with_backing_store
js_create_string_latin1
js_create_string_utf16le
js_create_string_utf8
js_create_symbol
Expand Down Expand Up @@ -118,11 +119,13 @@ EXPORTS
js_get_value_external
js_get_value_int32
js_get_value_int64
js_get_value_string_latin1
js_get_value_string_utf16le
js_get_value_string_utf8
js_get_value_uint32
js_has_element
js_has_named_property
js_has_own_property
js_has_property
js_instanceof
js_instantiate_module
Expand Down
17 changes: 17 additions & 0 deletions src/napi.def
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ EXPORTS
napi_add_env_cleanup_hook
napi_add_finalizer
napi_adjust_external_memory
napi_async_destroy
napi_async_init
napi_call_function
napi_call_threadsafe_function
napi_cancel_async_work
napi_check_object_type_tag
napi_close_callback_scope
napi_close_escapable_handle_scope
napi_close_handle_scope
napi_coerce_to_bool
Expand All @@ -24,6 +28,7 @@ EXPORTS
napi_create_array
napi_create_array_with_length
napi_create_arraybuffer
napi_create_async_work
napi_create_bigint_int64
napi_create_bigint_uint64
napi_create_buffer
Expand All @@ -42,6 +47,7 @@ EXPORTS
napi_create_promise
napi_create_range_error
napi_create_reference
napi_create_string_latin1
napi_create_string_utf16
napi_create_string_utf8
napi_create_symbol
Expand All @@ -51,11 +57,13 @@ EXPORTS
napi_create_uint32
napi_define_class
napi_define_properties
napi_delete_async_work
napi_delete_element
napi_delete_property
napi_delete_reference
napi_detach_arraybuffer
napi_escape_handle
napi_fatal_error
napi_fatal_exception
napi_get_and_clear_last_exception
napi_get_array_length
Expand All @@ -66,7 +74,10 @@ EXPORTS
napi_get_dataview_info
napi_get_element
napi_get_global
napi_get_instance_data
napi_get_last_error_info
napi_get_named_property
napi_get_new_target
napi_get_null
napi_get_property
napi_get_property_names
Expand All @@ -83,11 +94,13 @@ EXPORTS
napi_get_value_external
napi_get_value_int32
napi_get_value_int64
napi_get_value_string_latin1
napi_get_value_string_utf16
napi_get_value_string_utf8
napi_get_value_uint32
napi_has_element
napi_has_named_property
napi_has_own_property
napi_has_property
napi_is_array
napi_is_arraybuffer
Expand All @@ -100,9 +113,12 @@ EXPORTS
napi_is_promise
napi_is_typedarray
napi_make_callback
napi_module_register
napi_new_instance
napi_open_callback_scope
napi_open_escapable_handle_scope
napi_open_handle_scope
napi_queue_async_work
napi_ref_threadsafe_function
napi_reference_ref
napi_reference_unref
Expand All @@ -114,6 +130,7 @@ EXPORTS
napi_resolve_deferred
napi_run_script
napi_set_element
napi_set_instance_data
napi_set_named_property
napi_set_property
napi_strict_equals
Expand Down
2 changes: 1 addition & 1 deletion vendor/libjs
Submodule libjs updated 3 files
+15 −0 include/js.h
+98 −18 src/js.cc
+1 −1 vendor/libutf
2 changes: 1 addition & 1 deletion vendor/libnapi

0 comments on commit fe4ff87

Please sign in to comment.