googlecodelabs / web-assembly-introduction

Introduction to Web Assembly
Apache License 2.0
27 stars 9 forks source link

localhost/:1 Uncaught (in promise) TypeError: WebAssembly.instantiate(): Import #0 module="wasi_snapshot_preview1" error: module is not an object or function #25

Open georginzhang opened 2 years ago

georginzhang commented 2 years ago

why i got this error,is something wrong with my compiler?

georginzhang commented 2 years ago

emcc main.c -s WASM=1 -s EXPORTED_FUNCTIONS="['_main']" -o main.js