koffi 0.9.18 → 0.9.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CMakeLists.txt +16 -4
- package/README.md +18 -7
- package/package.json +4 -3
- package/src/call_x64_sysv_fwd.S +27 -22
- package/src/ffi.cc +16 -0
- package/test/registry/machines.json +179 -10
- package/test/registry/sha256sum.txt +21 -0
- package/test/test.js +39 -20
- package/test/tests/misc.js +1 -2
- package/test/tests/raylib.js +1 -2
- package/test/tests/sqlite.js +9 -5
- package/vendor/libcc/libcc.cc +32 -2
- package/vendor/libcc/libcc.hh +1 -1
- package/vendor/raylib/projects/VS2019/examples/audio_module_playing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/audio_multichannel_sound.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/audio_music_stream.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/audio_raw_stream.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/audio_sound_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_2d_camera.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_2d_camera_platformer.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_3d_camera_first_person.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_3d_camera_free.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_3d_camera_mode.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_3d_picking.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_basic_window.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_custom_logging.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_drop_files.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_input_gamepad.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_input_gestures.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_input_keys.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_input_mouse.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_input_mouse_wheel.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_input_multitouch.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_loading_thread.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_quat_conversion.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_random_values.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_scissor_test.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_split_screen.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_storage_values.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_vr_simulator.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_window_flags.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_window_letterbox.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/core_world_screen.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/easings_testbed.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/embedded_files_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_animation.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_billboard.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_box_collisions.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_cubicmap.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_first_person_maze.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_geometric_shapes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_heightmap.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_loading_gltf.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_loading_vox.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_mesh_generation.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_mesh_picking.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_orthographic_projection.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_rlgl_solar_system.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_skybox.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_waving_cubes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/models_yaw_pitch_roll.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/physics_demo.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/physics_friction.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/physics_movement.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/physics_restitution.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/physics_shatter.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/raudio_standalone.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/rlgl_standalone.vcxproj +391 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_basic_lighting.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_custom_uniform.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_eratosthenes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_fog.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_hot_reloading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_julia_set.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_mesh_instancing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_model_shader.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_multi_sample2d.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_palette_switch.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_postprocessing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_raymarching.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_shapes_textures.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_simple_mask.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_spotlight.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_texture_drawing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shaders_texture_waves.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_basic_shapes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_bouncing_ball.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_collision_area.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_colors_palette.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_draw_circle_sector.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_draw_rectangle_rounded.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_draw_ring.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_easings_ball_anim.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_easings_box_anim.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_easings_rectangle_array.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_following_eyes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_lines_bezier.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_logo_raylib.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_logo_raylib_anim.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_rectangle_scaling.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/shapes_top_down_lights.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_font_filters.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_font_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_font_sdf.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_font_spritefont.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_format_text.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_input_box.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_raylib_fonts.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_rectangle_bounds.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_unicode.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/text_writing_anim.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_background_scrolling.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_blend_modes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_bunnymark.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_draw_tiled.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_image_drawing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_image_generation.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_image_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_image_processing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_image_text.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_logo_raylib.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_mouse_painting.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_npatch_drawing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_particles_blending.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_raw_data.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_rectangle.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_sprite_button.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_sprite_explosion.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_srcrec_dstrec.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/examples/textures_to_image.vcxproj +387 -0
- package/vendor/raylib/projects/VS2019/raylib/raylib.vcxproj +341 -0
- package/vendor/raylib/projects/VS2019/raylib.sln +2293 -0
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj +226 -0
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.filters +10 -0
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.user +4 -0
- package/vendor/raylib/projects/VS2019-Android/raylib_android.sln +75 -0
- package/vendor/raylib/projects/VS2022/examples/audio_module_playing.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/audio_multichannel_sound.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/audio_music_stream.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/audio_raw_stream.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/audio_sound_loading.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_2d_camera.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_2d_camera_platformer.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_3d_camera_first_person.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_3d_camera_free.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_3d_camera_mode.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_3d_picking.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_basic_window.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_custom_logging.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_drop_files.vcxproj +390 -0
- package/vendor/raylib/projects/VS2022/examples/core_input_gamepad.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_input_gestures.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_input_keys.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_input_mouse.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_input_mouse_wheel.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_input_multitouch.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_loading_thread.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_quat_conversion.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_random_values.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_scissor_test.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_split_screen.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_storage_values.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_vr_simulator.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_window_flags.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_window_letterbox.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/core_world_screen.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/easings_testbed.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/embedded_files_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_animation.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_billboard.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_box_collisions.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_cubicmap.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_first_person_maze.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_geometric_shapes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_heightmap.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_loading_gltf.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_loading_vox.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_mesh_generation.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_mesh_picking.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_orthographic_projection.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_rlgl_solar_system.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_skybox.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_waving_cubes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/models_yaw_pitch_roll.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/physics_demo.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/physics_friction.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/physics_movement.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/physics_restitution.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/physics_shatter.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/raudio_standalone.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/rlgl_standalone.vcxproj +391 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_basic_lighting.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_custom_uniform.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_eratosthenes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_fog.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_hot_reloading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_julia_set.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_mesh_instancing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_model_shader.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_multi_sample2d.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_palette_switch.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_postprocessing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_raymarching.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_shapes_textures.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_simple_mask.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_spotlight.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_texture_drawing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shaders_texture_waves.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_basic_shapes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_bouncing_ball.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_collision_area.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_colors_palette.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_draw_circle_sector.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_draw_ring.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_easings_ball_anim.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_easings_box_anim.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_following_eyes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_lines_bezier.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_logo_raylib.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/shapes_rectangle_scaling.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_font_filters.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_font_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_font_sdf.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_font_spritefont.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_format_text.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_input_box.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_raylib_fonts.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_rectangle_bounds.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_unicode.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/text_writing_anim.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_background_scrolling.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_blend_modes.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_bunnymark.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_draw_tiled.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_image_drawing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_image_generation.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_image_loading.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_image_processing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_image_text.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_logo_raylib.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_mouse_painting.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_npatch_drawing.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_particles_blending.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_raw_data.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_rectangle.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_sprite_button.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_sprite_explosion.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_srcrec_dstrec.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/examples/textures_to_image.vcxproj +387 -0
- package/vendor/raylib/projects/VS2022/raylib/raylib.vcxproj +340 -0
- package/vendor/raylib/projects/VS2022/raylib.sln +2274 -0
package/CMakeLists.txt
CHANGED
|
@@ -83,10 +83,6 @@ target_include_directories(raylib PRIVATE vendor/raylib/src/external/glfw/includ
|
|
|
83
83
|
target_compile_definitions(raylib PRIVATE PLATFORM_DESKTOP GRAPHICS_API_OPENGL_21
|
|
84
84
|
BUILD_LIBTYPE_SHARED NDEBUG)
|
|
85
85
|
|
|
86
|
-
if(WIN32)
|
|
87
|
-
target_compile_definitions(raylib PRIVATE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE)
|
|
88
|
-
target_link_libraries(raylib PRIVATE winmm)
|
|
89
|
-
endif()
|
|
90
86
|
if(MSVC)
|
|
91
87
|
target_compile_options(raylib PRIVATE /wd4244 /wd4305)
|
|
92
88
|
else()
|
|
@@ -96,6 +92,22 @@ else()
|
|
|
96
92
|
-Wno-unused-result)
|
|
97
93
|
endif()
|
|
98
94
|
|
|
95
|
+
if(WIN32)
|
|
96
|
+
target_compile_definitions(raylib PRIVATE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE)
|
|
97
|
+
target_link_libraries(raylib PRIVATE winmm)
|
|
98
|
+
endif()
|
|
99
|
+
|
|
100
|
+
if(CMAKE_SYSTEM_NAME MATCHES "BSD")
|
|
101
|
+
target_include_directories(raylib PRIVATE /usr/local/include)
|
|
102
|
+
endif()
|
|
103
|
+
|
|
104
|
+
if(APPLE)
|
|
105
|
+
target_compile_options(raylib PRIVATE -Wno-unknown-warning-option -Wno-macro-redefined)
|
|
106
|
+
target_compile_definitions(raylib PRIVATE GL_SILENCE_DEPRECATION)
|
|
107
|
+
set_source_files_properties(vendor/raylib/src/rglfw.c PROPERTIES COMPILE_FLAGS "-x objective-c")
|
|
108
|
+
target_link_libraries(raylib PRIVATE "-framework Cocoa" "-framework IOKit" "-framework CoreFoundation" "-framework OpenGL")
|
|
109
|
+
endif()
|
|
110
|
+
|
|
99
111
|
# ---- SQLite ----
|
|
100
112
|
|
|
101
113
|
add_library(sqlite3 SHARED vendor/sqlite3/sqlite3.c)
|
package/README.md
CHANGED
|
@@ -6,12 +6,13 @@
|
|
|
6
6
|
* [Other platforms](#other-platforms)
|
|
7
7
|
- [Get started](#get-started)
|
|
8
8
|
- [Tests](#tests)
|
|
9
|
+
- [Benchmarks](#benchmarks)
|
|
9
10
|
|
|
10
11
|
# Introduction
|
|
11
12
|
|
|
12
13
|
Koffi is a fast and easy-to-use FFI module for Node.js, with support for complex data types such as structs.
|
|
13
14
|
|
|
14
|
-
The following platforms __are
|
|
15
|
+
The following platforms __are officially supported and tested__ at the moment:
|
|
15
16
|
|
|
16
17
|
* Windows x86 *(cdecl, stdcall, fastcall)*
|
|
17
18
|
* Windows x86_64
|
|
@@ -19,13 +20,21 @@ The following platforms __are supported__ at the moment:
|
|
|
19
20
|
* Linux x86_64
|
|
20
21
|
* Linux ARM32+VFP Little Endian
|
|
21
22
|
* Linux ARM64 Little Endian
|
|
23
|
+
* FreeBSD x86
|
|
24
|
+
* FreeBSD x86_64
|
|
25
|
+
* FreeBSD ARM64 Little Endian
|
|
26
|
+
* macOS x86_64
|
|
22
27
|
|
|
23
|
-
The following platforms
|
|
28
|
+
The following platforms will __soon be officially supported__:
|
|
24
29
|
|
|
25
|
-
* macOS x86_64
|
|
26
30
|
* macOS ARM64
|
|
27
|
-
|
|
28
|
-
|
|
31
|
+
|
|
32
|
+
The following platforms __may be supported__ but are not tested:
|
|
33
|
+
|
|
34
|
+
* NetBSD x86_64
|
|
35
|
+
* NetBSD ARM64
|
|
36
|
+
* OpenBSD x86_64
|
|
37
|
+
* OpenBSD ARM64
|
|
29
38
|
|
|
30
39
|
This is still in development, bugs are to expected. More tests will come in the near future.
|
|
31
40
|
|
|
@@ -123,7 +132,7 @@ const Font = koffi.struct('Font', {
|
|
|
123
132
|
});
|
|
124
133
|
|
|
125
134
|
// Fix the path to Raylib DLL if needed
|
|
126
|
-
let lib = koffi.load('build/raylib' +
|
|
135
|
+
let lib = koffi.load('build/raylib' + koffi.extension);
|
|
127
136
|
|
|
128
137
|
const InitWindow = lib.cdecl('InitWindow', 'void', ['int', 'int', 'string']);
|
|
129
138
|
const SetTargetFPS = lib.cdecl('SetTargetFPS', 'void', ['int']);
|
|
@@ -246,7 +255,9 @@ node test.js info debian_x64
|
|
|
246
255
|
|
|
247
256
|
A basic benchmark based around Raylib is available, in three implementations: with Koffi, with node-ffi and with C code using Raylib (as a shared library).
|
|
248
257
|
|
|
249
|
-
In order to run it, go to `koffi/benchmark` and run `
|
|
258
|
+
In order to run it, go to `koffi/benchmark` and run `build.sh` before doing anything else.
|
|
259
|
+
|
|
260
|
+
Once this is done, you can execute each implementation with `time`, e.g. `time ./raylib_c 2000`.
|
|
250
261
|
|
|
251
262
|
Here are some results from 2022-04-15 on my machine (AMD Ryzen™ 7 5800H 16G):
|
|
252
263
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koffi",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.21",
|
|
4
4
|
"description": "Fast and simple FFI (foreign function interface) for Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"foreign",
|
|
@@ -18,16 +18,17 @@
|
|
|
18
18
|
"author": "Niels Martignène <niels.martignene@protonmail.com>",
|
|
19
19
|
"main": "src/index.js",
|
|
20
20
|
"scripts": {
|
|
21
|
-
"install": "cnoke",
|
|
21
|
+
"install": "cnoke koffi",
|
|
22
22
|
"test": "node test/test.js"
|
|
23
23
|
},
|
|
24
24
|
"license": "AGPL-3.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"cnoke": "^0.9.
|
|
26
|
+
"cnoke": "^0.9.26"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"chalk": "^4.1.2",
|
|
30
30
|
"ffi-napi": "^4.0.3",
|
|
31
|
+
"minimatch": "^5.0.1",
|
|
31
32
|
"node-ssh": "^12.0.3",
|
|
32
33
|
"ref-napi": "^3.0.3",
|
|
33
34
|
"ref-struct-di": "^1.1.1"
|
package/src/call_x64_sysv_fwd.S
CHANGED
|
@@ -11,20 +11,26 @@
|
|
|
11
11
|
// You should have received a copy of the GNU Affero General Public License
|
|
12
12
|
// along with this program. If not, see https://www.gnu.org/licenses/.
|
|
13
13
|
|
|
14
|
+
#ifdef __APPLE__
|
|
15
|
+
#define SYMBOL(Symbol) _ ## Symbol
|
|
16
|
+
#else
|
|
17
|
+
#define SYMBOL(Symbol) Symbol
|
|
18
|
+
#endif
|
|
19
|
+
|
|
14
20
|
// These five are the same, but they differ (in the C side) by their return type.
|
|
15
21
|
// Unlike the five next functions, these ones don't forward XMM argument registers.
|
|
16
|
-
.global ForwardCallGG
|
|
17
|
-
.global ForwardCallF
|
|
18
|
-
.global ForwardCallDG
|
|
19
|
-
.global ForwardCallGD
|
|
20
|
-
.global ForwardCallDD
|
|
22
|
+
.global SYMBOL(ForwardCallGG)
|
|
23
|
+
.global SYMBOL(ForwardCallF)
|
|
24
|
+
.global SYMBOL(ForwardCallDG)
|
|
25
|
+
.global SYMBOL(ForwardCallGD)
|
|
26
|
+
.global SYMBOL(ForwardCallDD)
|
|
21
27
|
|
|
22
28
|
// The X variants are slightly slower, and are used when XMM arguments must be forwarded.
|
|
23
|
-
.global ForwardCallXGG
|
|
24
|
-
.global ForwardCallXF
|
|
25
|
-
.global ForwardCallXDG
|
|
26
|
-
.global ForwardCallXGD
|
|
27
|
-
.global ForwardCallXDD
|
|
29
|
+
.global SYMBOL(ForwardCallXGG)
|
|
30
|
+
.global SYMBOL(ForwardCallXF)
|
|
31
|
+
.global SYMBOL(ForwardCallXDG)
|
|
32
|
+
.global SYMBOL(ForwardCallXGD)
|
|
33
|
+
.global SYMBOL(ForwardCallXDD)
|
|
28
34
|
|
|
29
35
|
// Copy function pointer to RAX, in order to save it through argument forwarding.
|
|
30
36
|
// Save RSP in RBX (non-volatile), and use carefully assembled stack provided by caller.
|
|
@@ -37,8 +43,7 @@
|
|
|
37
43
|
.cfi_def_cfa rsp, 16
|
|
38
44
|
movq %rsp, %rbx
|
|
39
45
|
.cfi_def_cfa rbx, 16
|
|
40
|
-
|
|
41
|
-
addq $112, %rsp
|
|
46
|
+
leaq 112(%rsi), %rsp
|
|
42
47
|
.endm
|
|
43
48
|
|
|
44
49
|
// Call native function.
|
|
@@ -75,56 +80,56 @@
|
|
|
75
80
|
movsd 48(%rsi), %xmm0
|
|
76
81
|
.endm
|
|
77
82
|
|
|
78
|
-
ForwardCallGG:
|
|
83
|
+
SYMBOL(ForwardCallGG):
|
|
79
84
|
prologue
|
|
80
85
|
forward_int
|
|
81
86
|
epilogue
|
|
82
87
|
|
|
83
|
-
ForwardCallF:
|
|
88
|
+
SYMBOL(ForwardCallF):
|
|
84
89
|
prologue
|
|
85
90
|
forward_int
|
|
86
91
|
epilogue
|
|
87
92
|
|
|
88
|
-
ForwardCallDG:
|
|
93
|
+
SYMBOL(ForwardCallDG):
|
|
89
94
|
prologue
|
|
90
95
|
forward_int
|
|
91
96
|
epilogue
|
|
92
97
|
|
|
93
|
-
ForwardCallGD:
|
|
98
|
+
SYMBOL(ForwardCallGD):
|
|
94
99
|
prologue
|
|
95
100
|
forward_int
|
|
96
101
|
epilogue
|
|
97
102
|
|
|
98
|
-
ForwardCallDD:
|
|
103
|
+
SYMBOL(ForwardCallDD):
|
|
99
104
|
prologue
|
|
100
105
|
forward_int
|
|
101
106
|
epilogue
|
|
102
107
|
|
|
103
|
-
ForwardCallXGG:
|
|
108
|
+
SYMBOL(ForwardCallXGG):
|
|
104
109
|
prologue
|
|
105
110
|
forward_xmm
|
|
106
111
|
forward_int
|
|
107
112
|
epilogue
|
|
108
113
|
|
|
109
|
-
ForwardCallXF:
|
|
114
|
+
SYMBOL(ForwardCallXF):
|
|
110
115
|
prologue
|
|
111
116
|
forward_xmm
|
|
112
117
|
forward_int
|
|
113
118
|
epilogue
|
|
114
119
|
|
|
115
|
-
ForwardCallXDG:
|
|
120
|
+
SYMBOL(ForwardCallXDG):
|
|
116
121
|
prologue
|
|
117
122
|
forward_xmm
|
|
118
123
|
forward_int
|
|
119
124
|
epilogue
|
|
120
125
|
|
|
121
|
-
ForwardCallXGD:
|
|
126
|
+
SYMBOL(ForwardCallXGD):
|
|
122
127
|
prologue
|
|
123
128
|
forward_xmm
|
|
124
129
|
forward_int
|
|
125
130
|
epilogue
|
|
126
131
|
|
|
127
|
-
ForwardCallXDD:
|
|
132
|
+
SYMBOL(ForwardCallXDD):
|
|
128
133
|
prologue
|
|
129
134
|
forward_xmm
|
|
130
135
|
forward_int
|
package/src/ffi.cc
CHANGED
|
@@ -611,7 +611,15 @@ static void InitInternal(v8::Local<v8::Object> target, v8::Local<v8::Value>,
|
|
|
611
611
|
SetValue(env, target, "in", Napi::Function::New(env_napi, MarkIn));
|
|
612
612
|
SetValue(env, target, "out", Napi::Function::New(env_napi, MarkOut));
|
|
613
613
|
SetValue(env, target, "inout", Napi::Function::New(env_napi, MarkInOut));
|
|
614
|
+
|
|
614
615
|
SetValue(env, target, "internal", Napi::Boolean::New(env_napi, true));
|
|
616
|
+
#if defined(_WIN32)
|
|
617
|
+
SetValue(env, target, "extension", Napi::String::New(env_napi, ".dll"));
|
|
618
|
+
#elif defined(__APPLE__)
|
|
619
|
+
SetValue(env, target, "extension", Napi::String::New(env_napi, ".dylib"));
|
|
620
|
+
#else
|
|
621
|
+
SetValue(env, target, "extension", Napi::String::New(env_napi, ".so"));
|
|
622
|
+
#endif
|
|
615
623
|
|
|
616
624
|
Napi::Object types = InitBaseTypes(env_cxx);
|
|
617
625
|
SetValue(env, target, "types", types);
|
|
@@ -636,7 +644,15 @@ static Napi::Object InitModule(Napi::Env env, Napi::Object exports)
|
|
|
636
644
|
exports.Set("in", Napi::Function::New(env, MarkIn));
|
|
637
645
|
exports.Set("out", Napi::Function::New(env, MarkOut));
|
|
638
646
|
exports.Set("inout", Napi::Function::New(env, MarkInOut));
|
|
647
|
+
|
|
639
648
|
exports.Set("internal", Napi::Boolean::New(env, false));
|
|
649
|
+
#if defined(_WIN32)
|
|
650
|
+
exports.Set("extension", Napi::String::New(env, ".dll"));
|
|
651
|
+
#elif defined(__APPLE__)
|
|
652
|
+
exports.Set("extension", Napi::String::New(env, ".dylib"));
|
|
653
|
+
#else
|
|
654
|
+
exports.Set("extension", Napi::String::New(env, ".so"));
|
|
655
|
+
#endif
|
|
640
656
|
|
|
641
657
|
Napi::Object types = InitBaseTypes(env);
|
|
642
658
|
exports.Set("types", types);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
"qemu": {
|
|
6
6
|
"binary": "qemu-system-arm",
|
|
7
|
-
"arguments": ["-M", "virt", "-cpu", "cortex-a15", "-m", "
|
|
7
|
+
"arguments": ["-M", "virt", "-cpu", "cortex-a15", "-m", "1G", "-smp", 2, "-kernel", "vmlinuz-5.10.0-12-armmp-lpae", "-initrd", "initrd.img-5.10.0-12-armmp-lpae", "-append", "root=/dev/vda2 apparmor=0", "-drive", "if=none,file=disk.qcow2,format=qcow2,id=hd", "-device", "virtio-blk-device,drive=hd", "-netdev", "user,id=mynet,hostfwd=tcp::22201-:22", "-device", "virtio-net-device,netdev=mynet", "-vnc", "127.0.0.1:11"]
|
|
8
8
|
},
|
|
9
9
|
|
|
10
10
|
"info": {
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
"tests": {
|
|
25
25
|
"Linux ARM32": {
|
|
26
26
|
"directory": "/home/debian/luigi",
|
|
27
|
-
"build":
|
|
27
|
+
"build": {
|
|
28
|
+
"Install": "npm install --production --ignore-scripts",
|
|
29
|
+
"Build": "node ../cnoke/cnoke.js"
|
|
30
|
+
},
|
|
28
31
|
"commands": {
|
|
29
32
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
30
33
|
"Test Misc": "node test/tests/misc.js",
|
|
@@ -39,7 +42,7 @@
|
|
|
39
42
|
|
|
40
43
|
"qemu": {
|
|
41
44
|
"binary": "qemu-system-aarch64",
|
|
42
|
-
"arguments": ["-M", "virt", "-cpu", "cortex-a53", "-m", "
|
|
45
|
+
"arguments": ["-M", "virt", "-cpu", "cortex-a53", "-m", "1G", "-smp", 2, "-kernel", "vmlinuz-5.10.0-12-arm64", "-initrd", "initrd.img-5.10.0-12-arm64", "-append", "root=/dev/vda2 apparmor=0", "-drive", "if=none,file=disk.qcow2,format=qcow2,id=hd", "-device", "virtio-blk-device,drive=hd", "-netdev", "user,id=mynet,hostfwd=tcp::22202-:22", "-device", "virtio-net-device,netdev=mynet", "-vnc", "127.0.0.1:12"]
|
|
43
46
|
},
|
|
44
47
|
|
|
45
48
|
"info": {
|
|
@@ -59,7 +62,10 @@
|
|
|
59
62
|
"tests": {
|
|
60
63
|
"Linux ARM64": {
|
|
61
64
|
"directory": "/home/debian/luigi",
|
|
62
|
-
"build":
|
|
65
|
+
"build": {
|
|
66
|
+
"Install": "npm install --production --ignore-scripts",
|
|
67
|
+
"Build": "node ../cnoke/cnoke.js"
|
|
68
|
+
},
|
|
63
69
|
"commands": {
|
|
64
70
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
65
71
|
"Test Misc": "node test/tests/misc.js",
|
|
@@ -74,7 +80,7 @@
|
|
|
74
80
|
|
|
75
81
|
"qemu": {
|
|
76
82
|
"binary": "qemu-system-i386",
|
|
77
|
-
"arguments": ["-cpu", "max", "-m", "
|
|
83
|
+
"arguments": ["-cpu", "max", "-m", "1G", "-smp", 2, "-kernel", "vmlinuz-5.10.0-12-686-pae", "-initrd", "initrd.img-5.10.0-12-686-pae", "-append", "root=/dev/sda1 apparmor=0", "-hda", "disk.qcow2", "-netdev", "user,id=mynet,hostfwd=tcp::22203-:22", "-device", "e1000,netdev=mynet", "-vnc", "127.0.0.1:13"]
|
|
78
84
|
},
|
|
79
85
|
|
|
80
86
|
"info": {
|
|
@@ -94,7 +100,10 @@
|
|
|
94
100
|
"tests": {
|
|
95
101
|
"Linux i386": {
|
|
96
102
|
"directory": "/home/debian/luigi",
|
|
97
|
-
"build":
|
|
103
|
+
"build": {
|
|
104
|
+
"Install": "npm install --production --ignore-scripts",
|
|
105
|
+
"Build": "node ../cnoke/cnoke.js"
|
|
106
|
+
},
|
|
98
107
|
"commands": {
|
|
99
108
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
100
109
|
"Test Misc": "node test/tests/misc.js",
|
|
@@ -109,7 +118,7 @@
|
|
|
109
118
|
|
|
110
119
|
"qemu": {
|
|
111
120
|
"binary": "qemu-system-x86_64",
|
|
112
|
-
"arguments": ["-m", "
|
|
121
|
+
"arguments": ["-m", "1G", "-smp", 2, "-kernel", "vmlinuz-5.10.0-12-amd64", "-initrd", "initrd.img-5.10.0-12-amd64", "-append", "root=/dev/sda1 apparmor=0", "-hda", "disk.qcow2", "-netdev", "user,id=mynet,hostfwd=tcp::22204-:22", "-device", "e1000,netdev=mynet", "-vnc", "127.0.0.1:14"]
|
|
113
122
|
},
|
|
114
123
|
|
|
115
124
|
"info": {
|
|
@@ -129,7 +138,10 @@
|
|
|
129
138
|
"tests": {
|
|
130
139
|
"Linux x64": {
|
|
131
140
|
"directory": "/home/debian/luigi",
|
|
132
|
-
"build":
|
|
141
|
+
"build": {
|
|
142
|
+
"Install": "npm install --production --ignore-scripts",
|
|
143
|
+
"Build": "node ../cnoke/cnoke.js"
|
|
144
|
+
},
|
|
133
145
|
"commands": {
|
|
134
146
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
135
147
|
"Test Misc": "node test/tests/misc.js",
|
|
@@ -164,7 +176,10 @@
|
|
|
164
176
|
"tests": {
|
|
165
177
|
"Windows i386": {
|
|
166
178
|
"directory": "C:/Users/windows/Desktop/luigi32",
|
|
167
|
-
"build":
|
|
179
|
+
"build": {
|
|
180
|
+
"Install": "C:\\Node32\\node32.cmd npm install --production --ignore-scripts",
|
|
181
|
+
"Build": "C:\\Node32\\node32.cmd node ../cnoke/cnoke.js"
|
|
182
|
+
},
|
|
168
183
|
"commands": {
|
|
169
184
|
"Test Raylib": "seatsh C:\\Node32\\node32.cmd node test/tests/raylib.js",
|
|
170
185
|
"Test Misc": "C:\\Node32\\node32.cmd node test/tests/misc.js",
|
|
@@ -174,7 +189,10 @@
|
|
|
174
189
|
|
|
175
190
|
"Windows x64": {
|
|
176
191
|
"directory": "C:/Users/windows/Desktop/luigi64",
|
|
177
|
-
"build":
|
|
192
|
+
"build": {
|
|
193
|
+
"Install": "C:\\Node64\\node64.cmd npm install --production --ignore-scripts",
|
|
194
|
+
"Build": "C:\\Node64\\node64.cmd node ../cnoke/cnoke.js"
|
|
195
|
+
},
|
|
178
196
|
"commands": {
|
|
179
197
|
"Test Raylib": "seatsh C:\\Node64\\node64.cmd node test/tests/raylib.js",
|
|
180
198
|
"Test Misc": "C:\\Node64\\node64.cmd node test/tests/misc.js",
|
|
@@ -182,5 +200,156 @@
|
|
|
182
200
|
}
|
|
183
201
|
}
|
|
184
202
|
}
|
|
203
|
+
},
|
|
204
|
+
|
|
205
|
+
"freebsd_x64": {
|
|
206
|
+
"name": "FreeBSD x64",
|
|
207
|
+
|
|
208
|
+
"qemu": {
|
|
209
|
+
"binary": "qemu-system-x86_64",
|
|
210
|
+
"arguments": ["-m", "1G", "-smp", 2, "-hda", "disk.qcow2", "-netdev", "user,id=mynet,hostfwd=tcp::22206-:22", "-device", "e1000,netdev=mynet", "-vnc", "127.0.0.1:16"]
|
|
211
|
+
},
|
|
212
|
+
|
|
213
|
+
"info": {
|
|
214
|
+
"version": 1,
|
|
215
|
+
"platform": "freebsd",
|
|
216
|
+
"arch": "x64",
|
|
217
|
+
|
|
218
|
+
"ssh_port": 22206,
|
|
219
|
+
"vnc_port": 5916,
|
|
220
|
+
|
|
221
|
+
"username": "freebsd",
|
|
222
|
+
"password": "freebsd",
|
|
223
|
+
|
|
224
|
+
"shutdown": "sudo poweroff"
|
|
225
|
+
},
|
|
226
|
+
|
|
227
|
+
"tests": {
|
|
228
|
+
"FreeBSD x64": {
|
|
229
|
+
"directory": "/home/freebsd/luigi",
|
|
230
|
+
"build": {
|
|
231
|
+
"Install": "npm install --production --ignore-scripts",
|
|
232
|
+
"Build": "node ../cnoke/cnoke.js"
|
|
233
|
+
},
|
|
234
|
+
"commands": {
|
|
235
|
+
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
236
|
+
"Test Misc": "node test/tests/misc.js",
|
|
237
|
+
"Test SQLite": "node test/tests/sqlite.js"
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
|
|
243
|
+
"freebsd_i386": {
|
|
244
|
+
"name": "FreeBSD i386",
|
|
245
|
+
|
|
246
|
+
"qemu": {
|
|
247
|
+
"binary": "qemu-system-i386",
|
|
248
|
+
"arguments": ["-m", "1G", "-smp", 2, "-hda", "disk.qcow2", "-netdev", "user,id=mynet,hostfwd=tcp::22207-:22", "-device", "e1000,netdev=mynet", "-vnc", "127.0.0.1:17"]
|
|
249
|
+
},
|
|
250
|
+
|
|
251
|
+
"info": {
|
|
252
|
+
"version": 1,
|
|
253
|
+
"platform": "freebsd",
|
|
254
|
+
"arch": "ia32",
|
|
255
|
+
|
|
256
|
+
"ssh_port": 22207,
|
|
257
|
+
"vnc_port": 5917,
|
|
258
|
+
|
|
259
|
+
"username": "freebsd",
|
|
260
|
+
"password": "freebsd",
|
|
261
|
+
|
|
262
|
+
"shutdown": "sudo poweroff"
|
|
263
|
+
},
|
|
264
|
+
|
|
265
|
+
"tests": {
|
|
266
|
+
"FreeBSD i386": {
|
|
267
|
+
"directory": "/home/freebsd/luigi",
|
|
268
|
+
"build": {
|
|
269
|
+
"Install": "npm install --production --ignore-scripts",
|
|
270
|
+
"Build": "node ../cnoke/cnoke.js"
|
|
271
|
+
},
|
|
272
|
+
"commands": {
|
|
273
|
+
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
274
|
+
"Test Misc": "node test/tests/misc.js",
|
|
275
|
+
"Test SQLite": "node test/tests/sqlite.js"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
|
|
281
|
+
"freebsd_arm64": {
|
|
282
|
+
"name": "FreeBSD ARM64",
|
|
283
|
+
|
|
284
|
+
"qemu": {
|
|
285
|
+
"binary": "qemu-system-aarch64",
|
|
286
|
+
"arguments": ["-M", "virt", "-cpu", "cortex-a53", "-m", "1G", "-smp", 2, "-drive", "if=pflash,format=raw,file=QEMU_EFI.img", "-drive", "if=pflash,file=varstore.img", "-drive", "if=virtio,file=disk.qcow2,format=qcow2", "-netdev", "user,id=mynet,hostfwd=tcp::22208-:22", "-device", "virtio-net-device,netdev=mynet", "-vnc", "127.0.0.1:18"]
|
|
287
|
+
},
|
|
288
|
+
|
|
289
|
+
"info": {
|
|
290
|
+
"version": 1,
|
|
291
|
+
"platform": "freebsd",
|
|
292
|
+
"arch": "arm64",
|
|
293
|
+
|
|
294
|
+
"ssh_port": 22208,
|
|
295
|
+
"vnc_port": 5918,
|
|
296
|
+
|
|
297
|
+
"username": "freebsd",
|
|
298
|
+
"password": "freebsd",
|
|
299
|
+
|
|
300
|
+
"shutdown": "sudo poweroff"
|
|
301
|
+
},
|
|
302
|
+
|
|
303
|
+
"tests": {
|
|
304
|
+
"FreeBSD ARM64": {
|
|
305
|
+
"directory": "/home/freebsd/luigi",
|
|
306
|
+
"build": {
|
|
307
|
+
"Build": "npm install --production --ignore-scripts",
|
|
308
|
+
"Install": "node ../cnoke/cnoke.js"
|
|
309
|
+
},
|
|
310
|
+
"commands": {
|
|
311
|
+
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
312
|
+
"Test Misc": "node test/tests/misc.js",
|
|
313
|
+
"Test SQLite": "node test/tests/sqlite.js"
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
|
|
319
|
+
"macos_x64": {
|
|
320
|
+
"name": "macOS x64",
|
|
321
|
+
|
|
322
|
+
"qemu": {
|
|
323
|
+
"binary": "qemu-system-x86_64",
|
|
324
|
+
"arguments": ["-m", "3G", "-machine", "q35", "-smp", 2, "-cpu", "Penryn,vendor=GenuineIntel,kvm=on,+sse3,+sse4.2,+aes,+xsave,+avx,+xsaveopt,+xsavec,+xgetbv1,+avx2,+bmi2,+smep,+bmi1,+fma,+movbe,+invtsc", "-device", "isa-applesmc,osk=ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc", "-smbios", "type=2", "-drive", "if=pflash,format=raw,readonly=on,file=OVMF_CODE.fd", "-drive", "if=pflash,format=raw,file=OVMF_VARS-1024x768.fd", "-vga", "qxl", "-device", "ich9-intel-hda", "-device", "hda-output", "-usb", "-device", "usb-kbd", "-device", "usb-tablet", "-netdev", "user,id=net0,hostfwd=tcp::22209-:22", "-device", "e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27", "-device", "ich9-ahci,id=sata", "-drive", "id=ESP,if=none,format=qcow2,file=ESP.qcow2", "-device", "ide-hd,bus=sata.2,drive=ESP", "-drive", "id=SystemDisk,if=none,file=macOS.qcow2", "-device", "ide-hd,bus=sata.4,drive=SystemDisk", "-vnc", "127.0.0.1:19"]
|
|
325
|
+
},
|
|
326
|
+
|
|
327
|
+
"info": {
|
|
328
|
+
"version": 2,
|
|
329
|
+
"platform": "darwin",
|
|
330
|
+
"arch": "x64",
|
|
331
|
+
|
|
332
|
+
"ssh_port": 22209,
|
|
333
|
+
"vnc_port": 5919,
|
|
334
|
+
|
|
335
|
+
"username": "macos",
|
|
336
|
+
"password": "macos",
|
|
337
|
+
|
|
338
|
+
"shutdown": "sudo shutdown -h now"
|
|
339
|
+
},
|
|
340
|
+
|
|
341
|
+
"tests": {
|
|
342
|
+
"macOS x64": {
|
|
343
|
+
"directory": "/Users/macos/luigi",
|
|
344
|
+
"build": {
|
|
345
|
+
"Install": "PATH=/usr/local/bin:/usr/bin:/bin npm install --production --ignore-scripts",
|
|
346
|
+
"Build": "PATH=/usr/local/bin:/usr/bin:/bin SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk node ../cnoke/cnoke.js"
|
|
347
|
+
},
|
|
348
|
+
"commands": {
|
|
349
|
+
"Test Misc": "PATH=/usr/local/bin:/usr/bin:/bin node test/tests/misc.js",
|
|
350
|
+
"Test SQLite": "PATH=/usr/local/bin:/usr/bin:/bin node test/tests/sqlite.js"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}
|
|
185
354
|
}
|
|
186
355
|
}
|
|
@@ -22,3 +22,24 @@ ed05b84b7759ec945bb5422305a3a3c5b61d89e231844656ea31e07d89451a20 *qemu/debian_i3
|
|
|
22
22
|
292a61c415a99a9c63a9337f1e074bea6c5df594e16bc40ded76141963c67ea4 *qemu/debian_i386/install.sh
|
|
23
23
|
8dc1360e1c23ea21931f5eb94461d15fac6bcec00cf42bf1e590b7fb937e80c1 *qemu/debian_i386/initrd.img-5.10.0-12-686-pae
|
|
24
24
|
338602d969f953cd88c2df736b9f8f7ee53029d233c83c7398258ae5bcb4e286 *qemu/debian_i386/disk.qcow2
|
|
25
|
+
6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b *qemu/freebsd_arm64/VERSION
|
|
26
|
+
5daea533330eb8d2f8df946561680e09f8dacc467fbf03d28caa2115d94386b5 *qemu/freebsd_arm64/QEMU_EFI.img
|
|
27
|
+
a083e4e1f58f477e4a9e8ae30f75660e82275b88f77b5e2c7f5d6ee1deb43b41 *qemu/freebsd_arm64/varstore.img
|
|
28
|
+
53a4dc48317e1c9de4a088cd45ba39a1810f0bafad75c7f810e18d4e3eb340e3 *qemu/freebsd_arm64/install.sh
|
|
29
|
+
a19ad06aec7972f3b95a56fb9bb8ac8a6afcd61b586f398691d58c704e8c466e *qemu/freebsd_arm64/disk.qcow2
|
|
30
|
+
10f2bc603b171368cacda43485f8f72567af0a9a490b7e0fa0c14c983ae66f16 *qemu/freebsd_arm64/xvfb-run.sh
|
|
31
|
+
6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b *qemu/freebsd_x64/VERSION
|
|
32
|
+
06eef544fe9c61d3905b0e588c306d1dedac7ee7d4c01df154ff6ed64e25ef77 *qemu/freebsd_x64/install.sh
|
|
33
|
+
060b66901313ddfcd434c20a7b13052b3e5126e43c4e44884b85191560bd99eb *qemu/freebsd_x64/disk.qcow2
|
|
34
|
+
10f2bc603b171368cacda43485f8f72567af0a9a490b7e0fa0c14c983ae66f16 *qemu/freebsd_x64/xvfb-run.sh
|
|
35
|
+
6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b *qemu/freebsd_i386/VERSION
|
|
36
|
+
bdeac2cca1d22d70c2d388a50709d5cba3069bbd4bd1bcb102955b0ee12ca3e9 *qemu/freebsd_i386/install.sh
|
|
37
|
+
8191cea63d738cdca6df0b2d2d6953675e1dd33cac4d98fff88ba4367b182b64 *qemu/freebsd_i386/disk.qcow2
|
|
38
|
+
10f2bc603b171368cacda43485f8f72567af0a9a490b7e0fa0c14c983ae66f16 *qemu/freebsd_i386/xvfb-run.sh
|
|
39
|
+
16a4f09b3e70b97f5cfb1cf9b913d67d0ec45c4342d202cc9a2b2cfee852a8de *qemu/macos_x64/ESP.qcow2
|
|
40
|
+
5d2ac383371b408398accee7ec27c8c09ea5b74a0de0ceea6513388b15be5d1e *qemu/macos_x64/OVMF_VARS.fd
|
|
41
|
+
d79538ac489f1948b04b65f12c5618c28e4a5de0be062f5cf1d73e422a091a37 *qemu/macos_x64/install.txt
|
|
42
|
+
5bb918652a31eb2059450c8b0b9b2fdf51fb600a9bd892f4e6f66b4080e3e764 *qemu/macos_x64/macOS.qcow2
|
|
43
|
+
5cc2d42949c7e4e763db0abeb88299972bafef991d87dbf744a5108ef9190f6f *qemu/macos_x64/OVMF_VARS-1024x768.fd
|
|
44
|
+
53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 *qemu/macos_x64/VERSION
|
|
45
|
+
2a247500e8ad9aa479994097ba5976bd881fde4de1516abd14491f3dba9fe060 *qemu/macos_x64/OVMF_CODE.fd
|