assemblyscript/tests/features.json

19 lines
256 B
JSON
Raw Permalink Normal View History

2019-02-28 17:36:22 +01:00
{
"simd": {
"asc_flags": [
"--enable simd"
],
"v8_flags": [
"--experimental-wasm-simd"
]
2019-03-02 10:14:09 +01:00
},
"threads": {
"asc_flags": [
"--enable threads"
],
"v8_flags": [
"--experimental-wasm-threads"
]
2019-02-28 17:36:22 +01:00
}
}