Close gap with CLI #17
Labels
📦 component-extension
About the Go extension
📦 component-runtime
About the Wasm runtime
🎉 enhancement
New feature or request
This may be a meta issue, it's not specific to the Go bindings (feel free to close/move the issue), but I'm opening it here since I'd be using the Go bindings.
Motivation
Users expect to be able to do the same things from the Go code than from the wasmer CLI.
Very concretely I need --mapdir and --env (wasmerio/wasmer#475).
Proposed solution
Tediously implement all new CLI features in all the bindings.
Alternatives
Generate an
Options
struct that would be passed as a parameter to a NewInstance() constructor. The struct could be generated from a simple struct definition in the wasmer repo.The text was updated successfully, but these errors were encountered: