Once I call my function called "main," from /script.js, I get an error, why? The code seems perfectly valid, in every single way.
oh, instance... how about doing something like having:
const data = await WebAssembly.instantiateStreaming( // ...
and then doing console.log(Object.keys(data)) @JadenGarcia
console.log(Object.keys(data))
Why am I Getting an Illegal Signature Function Call Within JavaScript?
Once I call my function called "main," from /script.js, I get an error, why?
The code seems perfectly valid, in every single way.
oh, instance...
how about doing something like having:
and then doing
console.log(Object.keys(data))
@JadenGarcia