mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-26 15:11:37 +00:00
Only compile kwasm-net for wasm32-wasi.
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
#![cfg(all(target_arch = "wasm32", target_os = "wasi"))]
|
||||||
#![feature(wasi_ext)]
|
#![feature(wasi_ext)]
|
||||||
|
|
||||||
use std::cell::RefCell;
|
use std::cell::RefCell;
|
||||||
|
Reference in New Issue
Block a user