rylev / wepl

A repl for WebAssembly Components
Apache License 2.0
105 stars 7 forks source link

[feature] Stub out imported resources #15

Closed rylev closed 6 months ago

rylev commented 6 months ago

As indicated in https://github.com/rylev/wepl/issues/14, wepl lacks the ability to introspect the input component and stub out imported resources in the linker like it does for imported functions. This is needed for any world that imports resources.

rylev commented 6 months ago

Done in https://github.com/rylev/wepl/pull/17