mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Added some extra parameters to pass to the web threading pool
This commit is contained in:
@@ -56,6 +56,12 @@ pub struct Module {
|
||||
unsafe impl Send for Module {}
|
||||
unsafe impl Sync for Module {}
|
||||
|
||||
impl From<Module> for JsValue {
|
||||
fn from(val: Module) -> Self {
|
||||
Self::from(val.module)
|
||||
}
|
||||
}
|
||||
|
||||
impl Module {
|
||||
pub(crate) fn from_binary(
|
||||
_engine: &impl AsEngineRef,
|
||||
|
||||
Reference in New Issue
Block a user