...

Text file src/github.com/tetratelabs/wazero/internal/integration_test/spectest/v1/testdata/token.wast

Documentation: github.com/tetratelabs/wazero/internal/integration_test/spectest/v1/testdata

     1;; Test tokenization
     2
     3(assert_malformed
     4  (module quote "(func (drop (i32.const0)))")
     5  "unknown operator"
     6)
     7(assert_malformed
     8  (module quote "(func br 0drop)")
     9  "unknown operator"
    10)

View as plain text