Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/tests/all/cli_tests/memory-grow-failure.wat
1692 views
(module
  (memory i64 1)
  (func (export "_start")
    i64.const 0x0000800000000000
    memory.grow
    drop
  )
)