Closed sunzhuo closed 1 year ago
Hey! To build wasmoon you need node 16+. Which version are you using?
I update my nodejs from 14 to 18 and run the build. There appear the following warnings.
root@5d128954f212:/wasmoon# npm run build
> wasmoon@1.14.1 build
> rollup -c && tsc -d --emitDeclarationOnly --rootDir src --declarationDir dist
(node:444) ExperimentalWarning: Importing JSON modules is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
./src/index.ts → dist/index.js...
created dist/index.js in 3.4s
Just ignore it, it's just a warning about an experimental feature we are using
When I try to build the latest wasmoon, it comes the following error messages.