Mark As Completed Discussion

Try this exercise. Fill in the missing part by typing it in.

In order to interact with wasm modules using JavaScript, we first need to fetch the wasm module and compile it using the ____ API. Once compiled, we can instantiate it and interact with it through an exports object. This JavaScript API is critical for establishing the connection between JavaScript and our wasm module.

Write the missing line below.