wasm-bindgen/crates/cli/tests/reference
Alex Crichton c564eb72b1
Use *.wat instead of *.wit for text files (#1901)
The `*.wit` extension is actually intended to mean "WebAssembly Instance
Type", not "WebAssembly Interface Types". The `*.wat` text format
already will have support for annotations, and wasm interface types are
just an extension of that!
2019-12-11 16:22:35 -08:00
..
add.js Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
add.rs Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
add.wat Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-empty.js Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-empty.rs Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-empty.wat Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-import-catch.js Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-import-catch.rs Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-import-catch.wat Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-nop.js Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-nop.rs Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
anyref-nop.wat Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
empty.js Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
empty.rs Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
empty.wat Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
import-catch.js Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
import-catch.rs Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
import-catch.wat Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
interface-types-anyref.rs Add tests for the interface types output of wasm-bindgen (#1898) 2019-12-04 15:19:48 -06:00
interface-types-anyref.wat Use *.wat instead of *.wit for text files (#1901) 2019-12-11 16:22:35 -08:00
interface-types-empty.rs Add tests for the interface types output of wasm-bindgen (#1898) 2019-12-04 15:19:48 -06:00
interface-types-empty.wat Use *.wat instead of *.wit for text files (#1901) 2019-12-11 16:22:35 -08:00
interface-types-integers.rs Add tests for the interface types output of wasm-bindgen (#1898) 2019-12-04 15:19:48 -06:00
interface-types-integers.wat Use *.wat instead of *.wit for text files (#1901) 2019-12-11 16:22:35 -08:00
interface-types-interop.rs Add tests for the interface types output of wasm-bindgen (#1898) 2019-12-04 15:19:48 -06:00
interface-types-interop.wat Use *.wat instead of *.wit for text files (#1901) 2019-12-11 16:22:35 -08:00
interface-types-strings.rs Add tests for the interface types output of wasm-bindgen (#1898) 2019-12-04 15:19:48 -06:00
interface-types-strings.wat Use *.wat instead of *.wit for text files (#1901) 2019-12-11 16:22:35 -08:00
nop.js Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
nop.rs Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
nop.wat Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
string-arg.js Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
string-arg.rs Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00
string-arg.wat Add reference output tests for JS operations (#1894) 2019-12-04 12:01:39 -06:00