wasm support

This commit is contained in:
T0b1
2023-04-28 20:41:17 +02:00
parent e2480e9f85
commit 9263c3d6b2
2 changed files with 14 additions and 5 deletions

View File

@@ -4,3 +4,4 @@ option('with_decode', type: 'boolean', value: true)
option('with_encode', type: 'boolean', value: true)
# encode2 is off-by-default to reduce size and compile-time
option('with_encode2', type: 'boolean', value: false)
option('wasm_build', type: 'boolean', value: false)