-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
The documentation says:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels