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-13 22:25:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
48b5918895
wasmer
/
lib
/
spectests
/
tests
/
spectest.rs
4 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix some mutability issues (WIP)
2019-01-13 21:44:14 +00:00
#![
allow(warnings, dead_code)
]
Remove generated spectest codes from repo.
2019-01-13 04:48:21 +00:00
Fix some mutability issues (WIP)
2019-01-13 21:44:14 +00:00
include!
(
concat!
(
env!
(
"
OUT_DIR
"
)
,
"
/spectests.rs
"
)
)
;
Reference in New Issue
Copy Permalink