Disable wasm64

This commit is contained in:
gingerBill
2021-10-31 15:48:56 +00:00
parent 235dae552a
commit bfa33bf5d3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ gb_global NamedTargetMetrics named_targets[] = {
{ str_lit("freebsd_386"), &target_freebsd_386 },
{ str_lit("freebsd_amd64"), &target_freebsd_amd64 },
{ str_lit("freestanding_wasm32"), &target_freestanding_wasm32 },
{ str_lit("freestanding_wasm64"), &target_freestanding_wasm64 },
// { str_lit("freestanding_wasm64"), &target_freestanding_wasm64 },
{ str_lit("wasi_wasm32"), &target_wasi_wasm32 },
};