hiromi-mi / esolang-box

Easy and standardized docker images for 200+ esoteric (and non-esoteric) languages.
https://hub.docker.com/u/esolang/
MIT License
3 stars 4 forks source link

Update wat #10

Closed hiromi-mi closed 3 years ago

hiromi-mi commented 3 years ago

実行時にエラーが発生

wat2wasm: unknown option '--enable-saturating-float-to-int'
Try '--help' for more information.
internal/fs/utils.js:307
    throw err;
    ^

Error: ENOENT: no such file or directory, open '/tmp/code.wasm'
    at Object.openSync (fs.js:476:3)
    at Object.readFileSync (fs.js:377:35)
    at Object.<anonymous> (/root/wasm-cli.js:8:17)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  errno: -2,
  syscall: 'open',
  code: 'ENOENT',
  path: '/tmp/code.wasm'
}
rm: can't remove '/tmp/code.wasm': No such file or directory