This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
wasmer
Watch
1
Star
0
Fork
0
You've already forked wasmer
mirror of
https://github.com/fluencelabs/wasmer
synced
2025-06-27 15:41:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c12c7d558c75a72a752fde8fb46bf499d9951a81
wasmer
/
lib
/
runtime-abi
/
src
/
lib.rs
7 lines
119 B
Rust
Raw
Normal View
History
Unescape
Escape
build on windows
2019-03-27 16:06:42 -07:00
#[
cfg(not(target_os =
"
windows
"
))
]
create runtime abi crate and vfs implementation
2019-03-12 10:39:48 -07:00
#[
macro_use
]
extern
crate
failure
;
build on windows
2019-03-27 16:06:42 -07:00
#[
cfg(not(target_os =
"
windows
"
))
]
create runtime abi crate and vfs implementation
2019-03-12 10:39:48 -07:00
pub
mod
vfs
;
Reference in New Issue
Copy Permalink