dart-sdk/tests/lib_2/wasm
Liam Appelbe 26c49d5578 [vm] Wasm memory exports, and emscripten hello world
I got the hello world wasm file from the emscripten team and got it
running using a fake implementation of WASI's fd_write function. This
necessitated adding support for memory exports.

Bug: https://github.com/dart-lang/sdk/issues/37882
Change-Id: I139a4e868d437e2232bf4260e5cc26d8c598ac2c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/119061
Commit-Queue: Liam Appelbe <liama@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2019-10-01 18:19:56 +00:00
..
basic_test.dart [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00
corrupted_error_test.dart Implement a basic WASM API using wasmer. 2019-09-13 18:25:16 +00:00
fn_call_error_test.dart [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00
fn_import_error_test.dart [vm] Small WasmImports API change, and more WASM error tests 2019-09-27 23:36:11 +00:00
fn_import_exception_test.dart [vm] Small WasmImports API change, and more WASM error tests 2019-09-27 23:36:11 +00:00
fn_import_test.dart [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00
fn_mismatch_error_test.dart [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00
hello_world_test.dart [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00
import_error_test.dart [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00
memory_error_test.dart [vm] Small WasmImports API change, and more WASM error tests 2019-09-27 23:36:11 +00:00
memory_test.dart Reland "[vm] Wasm function imports" 2019-09-27 21:29:12 +00:00
numerics_test.dart [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00
void_test.dart [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00