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
Trying to follow along with the hello-world tutorial here: https://swiftpackageindex.com/swiftwasm/javascriptkit/0.29.0/tutorials/javascriptkit/hello-world
However, one of the final steps references the following code:
<script type="module"> import { init } from "./.build/plugins/PackageToJS/outputs/Package/index.js"; init(); </script>
Where can I find this file? Is the idea for users to build it themselves? Are there any instructions on how to build it?
The text was updated successfully, but these errors were encountered:
You can find the source of the js file here https://github.com/swiftwasm/JavaScriptKit/blob/main/Plugins/PackageToJS/Templates/index.js
The file is preprocessed by https://github.com/swiftwasm/JavaScriptKit/blob/main/Plugins/PackageToJS/Sources/Preprocess.swift
Sorry, something went wrong.
No branches or pull requests
Trying to follow along with the hello-world tutorial here:
https://swiftpackageindex.com/swiftwasm/javascriptkit/0.29.0/tutorials/javascriptkit/hello-world
However, one of the final steps references the following code:
Where can I find this file? Is the idea for users to build it themselves? Are there any instructions on how to build it?
The text was updated successfully, but these errors were encountered: