wapc / wapc-rust

Rust-based WebAssembly Host Runtime for waPC-compliant modules
Apache License 2.0
76 stars 10 forks source link

Adding binding parameter to host call binding. Also `cargo fmt`. #14

Closed pkedy closed 4 years ago

pkedy commented 4 years ago

Adding a binding parameter to __host_call to allow the Host to route the call between potentially multiple components that serve the same namespace.

Fixes #13