You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution of the contents require a few JS helper functions which are called from WebAssembly. We have defined these in tinygo/targets/wasm_exec.js.
The file path is ambiguous: it could be referring to the file's location in the TinyGo repository, or to the location in the locally installed instance of TinyGo. It would be helpful to be explicit about the file's various locations. Maybe something like this:
Execution of the contents require a few JS helper functions which are called from WebAssembly. We have included the file in the local TinyGo installation. It can be found in [path/to/TinyGo]/targets/wasm_exec.js. It can also be found in the TinyGo repository at https://github.com/tinygo-org/tinygo/blob/release/targets/wasm_exec.js.
The text was updated successfully, but these errors were encountered:
Fair point. Both files are the same for the same TinyGo version. So generally you should copy it from your local TinyGo installation but it doesn't matter much.
The documentation says:
The file path is ambiguous: it could be referring to the file's location in the TinyGo repository, or to the location in the locally installed instance of TinyGo. It would be helpful to be explicit about the file's various locations. Maybe something like this:
The text was updated successfully, but these errors were encountered: