ton-blockchain / minter-contract

Jetton Deployer FunC Smart Contracts
http://jetton.live
MIT License
245 stars 147 forks source link

Test fails because something's wrong with loading `vm-exec.wasm` #77

Open 9oelM opened 2 months ago

9oelM commented 2 months ago

Here's my environment:

node -v 
v20.9.0

uname -a
Darwin 9oelms-MacBook-Pro.local 22.6.0 Darwin Kernel Version 22.6.0: Tue Nov  7 21:42:24 PST 2023; root:xnu-8796.141.3.702.9~2/RELEASE_ARM64_T6020 arm64

When I run npm test, all tests fail because there's something wrong with vm-exec.wasm:

image

Any idea why it is happening?