1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-24 12:36:01 -07:00

Turn on wasmtime optimizations

This commit is contained in:
Frank Denis 2019-04-09 15:48:23 +02:00
parent aaa9d0d940
commit a7ebe2856f

View File

@ -1,4 +1,4 @@
#! /bin/sh
wasmtime --dir=. "$1"
wasmtime -o --dir=. "$1"