wit-bindgen icon indicating copy to clipboard operation
wit-bindgen copied to clipboard

feat: preliminary support for WIT templates

Open dicej opened this issue 3 years ago • 0 comments

This is a minimum viable implementation of WIT templates per https://github.com/WebAssembly/component-model/issues/172. It supports interfaces with at most one wildcard function, which may be expanded (i.e. monomorphized) with a set of substitutions provided by the application developer when generating guest bindings.

dicej avatar Mar 20 '23 16:03 dicej