przydatek

Results 4 issues of przydatek

Rename id_alias-VC fields in `PreparedIdAlias` and `GetIdAliasRequest` to match their actual contents. The renamed fields contained initially JWT-values, but later the contents changed to JWS signing input, so the new...

Adding support for importing Wasm Components. Component-functionality can be imported using the usual import-functionality, with a special `component:`-prefix. The compiler recognizes the special imports, and adds to the resulting Wasm-module...

Add `mo2wc`, to remove the dependency on `wasm-tools` and `wac` binaries. `mo2wc` transforms a Wasm module produced by `moc` to a Wasm component, integrating all the dependencies on imported components.