()
| 1217 | "#; |
| 1218 | |
| 1219 | fn implements_engine() -> Engine { |
| 1220 | let mut config = Config::new(); |
| 1221 | config.wasm_component_model(true); |
| 1222 | config.wasm_component_model_implements(true); |
| 1223 | Engine::new(&config).unwrap() |
| 1224 | } |
| 1225 | |
| 1226 | #[derive(Default)] |
| 1227 | struct MyHost { |