don't spawn processes on wasm

This commit is contained in:
Oliver Schneider 2018-07-21 22:59:40 +02:00 committed by GitHub
parent 297ad72f12
commit 555a7b4e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-wasm
#![feature(const_fn)]
#![allow(const_err)]