We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import { bindings } from "@dynamite-bud/tutorial-02"; (async () => { const mod = await bindings.strings_and_lists(); console.log(mod.greet("Michael")); console.log(mod.greetMany(["Michael, Rudra, Syrus"])); })();
tutorial-02
The text was updated successfully, but these errors were encountered:
Michael-F-Bryan
No branches or pull requests
Npm generated packages expose a binding wrapper which expose the module that has the functions in them.
Bindings Exposed via the
tutorial-02
package then re-expose the module with the instance to be used.The text was updated successfully, but these errors were encountered: