mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-26 19:02:13 +00:00
11 lines
292 B
JavaScript
11 lines
292 B
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["crossbeam_epoch"] = [];
|
||
|
|
||
|
if (window.register_implementors) {
|
||
|
window.register_implementors(implementors);
|
||
|
} else {
|
||
|
window.pending_implementors = implementors;
|
||
|
}
|
||
|
|
||
|
})()
|