mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
Only compile kwasm-net for wasm32-wasi.
This commit is contained in:
parent
1e7a928d64
commit
d60e2377c1
@ -1,3 +1,4 @@
|
||||
#![cfg(all(target_arch = "wasm32", target_os = "wasi"))]
|
||||
#![feature(wasi_ext)]
|
||||
|
||||
use std::cell::RefCell;
|
||||
|
Loading…
x
Reference in New Issue
Block a user