Skip to content

Commit

Permalink
add a test case which doesn't even import wasi:thread-spawn
Browse files Browse the repository at this point in the history
passed:
    toywasm
    wamr
    wasmer

failed:
    wasmtime (15.0.1)
  • Loading branch information
yamt authored and loganek committed Jan 2, 2024
1 parent c92e3f0 commit 6b4e2e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/testsuite/wasi_threads_noop.wat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
;; Minimum valid command for wasi-threads.

(module
(memory (export "memory") (import "foo" "bar") 0 0 shared)
(func (export "_start"))
)

0 comments on commit 6b4e2e5

Please sign in to comment.