Currently the wasm_import_name exists, which is very handy for code generation.
But, the parameter WasmImport contains only Func and ResourceIntrinsic, while future and stream intrinsics are missing.
Therefore I would like to ask, if it would be possible to also include FutureIntrinsic / StreamIntrinsic as well?
Currently the
wasm_import_nameexists, which is very handy for code generation.But, the parameter
WasmImportcontains onlyFuncandResourceIntrinsic, whilefutureandstreamintrinsics are missing.Therefore I would like to ask, if it would be possible to also include
FutureIntrinsic/StreamIntrinsicas well?