Skip to content

Using WebAssembly: wasm_exec.js #231

@jzabinski-dolios

Description

@jzabinski-dolios

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions