This function is useful for testing the window contents in certain cases. In addition, this means that we can now have reliable tests for softbuffer's actual functionality. Signed-off-by: John Nunley <jtnunley01@gmail.com> Co-authored-by: dAxpeDDa <daxpedda@gmail.com>
5 lines
140 B
TOML
5 lines
140 B
TOML
[alias]
|
|
run-wasm = ["run", "--release", "--package", "run-wasm", "--"]
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
runner = "wasm-bindgen-test-runner"
|