You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for WASI p1 plugins to support Rust 1.91.0 (#1067)
* Add support for WASI p1 plugins to support Rust 1.91.0
* Permit StreamIO in P2 target
* Update flake.nix
* Add extern C to WASI p1 exports
* Add unsafe to export name
* Add documentation on stream IO API and WASI
* Fix whitespace
let error = UninitializedPlugin::new(&plugin_bytes).err().unwrap();
87
88
assert_eq!(
88
89
error.to_string(),
89
-
"Could not process plugin: Expected Wasm component, received Wasm module"
90
+
"Could not process plugin: missing export for function named `initialize-runtime`, missing export for function named `compile-src`, missing export for function named `invoke`, missing exported memory named `memory`, missing custom section named `import_namespace`"
0 commit comments