This commit is contained in:
root
2026-06-14 01:37:39 +00:00
parent 6bb4f7f0ad
commit 15e8d092bc
3 changed files with 15 additions and 5 deletions
-2
View File
@@ -541,8 +541,6 @@ enum WasmResolveKind {
WASM_RESOLVE_EXISTS = 2,
WASM_RESOLVE_ONCE = 3,
WASM_RESOLVE_CLI = 4,
WASM_RESOLVE_WEBSOCKET = 5,
WASM_RESOLVE_SERVE_HTTP = 6,
};
static s32 wasm_resolve_target(String target, s32 kind, String* resolved_out = 0)