phase: 20.49 COMPLETE; 20.50 Flow+String minimal reps; 20.51 selfhost v0/v1 minimal (Option A/B); hv1-inline binop/unop/copy; docs + run_all + CURRENT_TASK -> 21.0
This commit is contained in:
@ -11,7 +11,7 @@ canvas_api = { bid = "./apis/canvas.yaml" }
|
||||
dom_api = { bid = "./apis/dom.yaml" }
|
||||
audio_api = { bid = "./apis/webaudio.yaml" }
|
||||
|
||||
# === game.nyash ===
|
||||
# === game.hako ===
|
||||
using nyashstd
|
||||
using canvas_api
|
||||
using dom_api
|
||||
@ -123,7 +123,7 @@ numpy_api = { bid = "./apis/numpy.yaml", library = "./libs/numpy.so" }
|
||||
matplotlib_api = { bid = "./apis/matplotlib.yaml", library = "./libs/matplotlib.so" }
|
||||
file_api = { bid = "./apis/file.yaml" }
|
||||
|
||||
# === image_processor.nyash ===
|
||||
# === image_processor.hako ===
|
||||
using nyashstd
|
||||
using opencv_api
|
||||
using numpy_api
|
||||
@ -213,7 +213,7 @@ sqlite_api = { bid = "./apis/sqlite.yaml", library = "./libs/sqlite.so" }
|
||||
json_api = { bid = "./apis/json.yaml" }
|
||||
crypto_api = { bid = "./apis/crypto.yaml", library = "./libs/openssl.so" }
|
||||
|
||||
# === api_server.nyash ===
|
||||
# === api_server.hako ===
|
||||
using nyashstd
|
||||
using http_server_api
|
||||
using sqlite_api
|
||||
@ -342,7 +342,7 @@ libc_api = { bid = "./apis/libc.yaml", library = "system" }
|
||||
inotify_api = { bid = "./apis/inotify.yaml", library = "system" }
|
||||
filesystem_api = { bid = "./apis/filesystem.yaml" }
|
||||
|
||||
# === file_monitor.nyash ===
|
||||
# === file_monitor.hako ===
|
||||
using nyashstd
|
||||
using libc_api
|
||||
using inotify_api
|
||||
|
||||
Reference in New Issue
Block a user