Skip to content

Commit

Permalink
Merge pull request #164 from wasmerio/doc-engine-native-windows-is-su…
Browse files Browse the repository at this point in the history
…pported

doc(engine-native) Windows is now supported
  • Loading branch information
syrusakbary authored Jul 14, 2020
2 parents 71d478a + 2f7041d commit babd3bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/engine-native/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
//! it generates a shared object file (`.so` or `.dylib` depending on
//! the target), saves it temporarily to disk and uses it natively
//! via `dlopen` and `dlsym` (using the `libloading` library).
//!
//! Note: `.dll` generation for Windows is not yet supported
#![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)]
#![warn(unused_import_braces)]
Expand Down

0 comments on commit babd3bf

Please sign in to comment.