diff options
| author | 2021-04-29 12:33:49 -0500 | |
|---|---|---|
| committer | 2021-04-29 12:33:49 -0500 | |
| commit | 1baab5eb61cc982a880b59287678d185d8118c07 (patch) | |
| tree | fc4aa8eac6cd9496298b164179b505b541cd19bd /meson_options.txt | |
| parent | Add `from-pairs` to core. #683 (diff) | |
Remove typed arrays from the core.
Typed arrays will instead live in an external jpm nodule.
Also, changes have been made to `jpm` to allow other natives to use the
typedarray headers.
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 05e032ea..c19f662b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -8,7 +8,6 @@ option('sourcemaps', type : 'boolean', value : true) option('reduced_os', type : 'boolean', value : false) option('assembler', type : 'boolean', value : true) option('peg', type : 'boolean', value : true) -option('typed_array', type : 'boolean', value : true) option('int_types', type : 'boolean', value : true) option('prf', type : 'boolean', value : false) option('net', type : 'boolean', value : true) |
