mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Macros don’t work in API but work in common crate
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//! Wasmer API
|
||||
#![feature(trace_macros)]
|
||||
#![deny(intra_doc_link_resolution_failure)]
|
||||
|
||||
mod exports;
|
||||
@@ -7,6 +8,7 @@ mod import_object;
|
||||
mod instance;
|
||||
mod memory_view;
|
||||
mod module;
|
||||
mod native;
|
||||
mod ptr;
|
||||
mod store;
|
||||
mod tunables;
|
||||
|
||||
Reference in New Issue
Block a user