diff --git a/example/wasm/test.html b/example/wasm/test.html new file mode 100644 index 0000000..9f5b8cf --- /dev/null +++ b/example/wasm/test.html @@ -0,0 +1,32 @@ + + + + + +

module test

+ +

+The following exports are made. Access from the JS console. +

+ +

dsquared(f64, f64) -> f64

+

distance(f64, f64) -> f64

+

getval(i32) -> i32

+

setval(i32, i32) -> i32

+ + +