js to julia and vise versa works

This commit is contained in:
2026-03-09 11:45:28 +07:00
parent d1fc0dba87
commit c896af234d
2 changed files with 136 additions and 88 deletions

View File

@@ -190,12 +190,12 @@ function test_mix_send()
# Small data (direct transport) - text, dictionary, arrowtable, jsontable, small image
("chat_text", text_data, "text"),
("chat_json", dict_data, "dictionary"),
("arrow_table_small", arrow_table_small, "arrowtable"),
# ("arrow_table_small", arrow_table_small, "arrowtable"),
("json_table_small", json_table_small, "jsontable"),
(filename_small_image, file_data_small_image, "binary"),
# Large data (link transport) - large arrowtable, large jsontable, large image, large audio, large video, large binary
("arrow_table_large", arrow_table_large, "arrowtable"),
# ("arrow_table_large", arrow_table_large, "arrowtable"),
("json_table_large", json_table_large, "jsontable"),
(filename_large_image, file_data_large_image, "binary"),
("audio_clip_large", large_audio_data, "audio"),