File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,22 @@ jobs:
121121 TOYWASM_ENABLE_WASI_THREADS : OFF
122122 TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING : OFF
123123 TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES : OFF
124+ - name : noname
125+ os : macos-15-intel
126+ compiler : clang
127+ arch : native
128+ BUILD_TYPE : Release
129+ TOYWASM_USE_SEPARATE_EXECUTE : ON
130+ TOYWASM_USE_TAILCALL : ON
131+ TOYWASM_ENABLE_TRACING : OFF
132+ TOYWASM_USE_SMALL_CELLS : ON
133+ TOYWASM_USE_SEPARATE_LOCALS : ON
134+ MISC_FEATURES : ON
135+ TOYWASM_ENABLE_WASM_THREADS : ON
136+ TOYWASM_ENABLE_WASI_THREADS : ON
137+ TOYWASM_ENABLE_WASI_LITTLEFS : ON
138+ TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING : ON
139+ TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES : ON
124140 - name : ubuntu-22.04-amd64
125141 os : ubuntu-22.04
126142 compiler : clang
You can’t perform that action at this time.
0 commit comments