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
2024-12-15 07:05:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fa5402580f
wasmer
/
lib
/
runtime-abi
/
src
/
lib.rs
7 lines
119 B
Rust
Raw
Normal View
History
Unescape
Escape
build on windows
2019-03-27 23:06:42 +00:00
#[
cfg(not(target_os =
"
windows
"
))
]
create runtime abi crate and vfs implementation
2019-03-12 17:39:48 +00:00
#[
macro_use
]
extern
crate
failure
;
build on windows
2019-03-27 23:06:42 +00:00
#[
cfg(not(target_os =
"
windows
"
))
]
create runtime abi crate and vfs implementation
2019-03-12 17:39:48 +00:00
pub
mod
vfs
;
Reference in New Issue
Copy Permalink