Skip to content

Commit

Permalink
Update prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Apr 4, 2024
1 parent f84fd6b commit 21e13cb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mirror_drive(
SOURCE qogbhqbcxknrpeotyz7hk4x3mxuf6d9mhb1dxm6ms5sdn6hh1uso
DESTINATION ${PROJECT_SOURCE_DIR}/prebuilds
PREFIX /${target}
CHECKOUT 128
CHECKOUT 141
)

if(MSVC)
Expand Down
29 changes: 29 additions & 0 deletions src/js.def
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ EXPORTS
js_get_array_length
js_get_arraybuffer_backing_store
js_get_arraybuffer_info
js_get_bindings
js_get_boolean
js_get_callback_info
js_get_dataview_info
Expand All @@ -92,6 +93,7 @@ EXPORTS
js_get_prototype
js_get_reference_value
js_get_sharedarraybuffer_backing_store
js_get_sharedarraybuffer_info
js_get_typedarray_info
js_get_undefined
js_get_value_bigint_int64
Expand All @@ -110,9 +112,13 @@ EXPORTS
js_has_property
js_instanceof
js_instantiate_module
js_is_arguments
js_is_array
js_is_arraybuffer
js_is_async_function
js_is_bigint
js_is_bigint64array
js_is_biguint64array
js_is_boolean
js_is_dataview
js_is_date
Expand All @@ -121,16 +127,39 @@ EXPORTS
js_is_error
js_is_exception_pending
js_is_external
js_is_float32array
js_is_float64array
js_is_function
js_is_generator
js_is_generator_function
js_is_int16array
js_is_int32
js_is_int32array
js_is_int8array
js_is_map
js_is_map_iterator
js_is_module_namespace
js_is_null
js_is_number
js_is_object
js_is_promise
js_is_proxy
js_is_regexp
js_is_set
js_is_set_iterator
js_is_sharedarraybuffer
js_is_string
js_is_symbol
js_is_typedarray
js_is_uint16array
js_is_uint32
js_is_uint32array
js_is_uint8array
js_is_uint8clampedarray
js_is_undefined
js_is_weak_map
js_is_weak_ref
js_is_weak_set
js_is_wrapped
js_new_instance
js_on_dynamic_import
Expand Down

0 comments on commit 21e13cb

Please sign in to comment.