mutable-global icon indicating copy to clipboard operation
mutable-global copied to clipboard

There are no JS API tests here

Open lars-t-hansen opened this issue 7 years ago • 2 comments

The API surface to JS is actually substantial for this proposal, but I've found no test cases in this repo. We need to add them.

lars-t-hansen avatar Apr 09 '18 12:04 lars-t-hansen

Yes, good point. I'll add some ASAP.

binji avatar Apr 09 '18 16:04 binji

Well, it wasn't exactly ASAP, but here are some JS API tests -- https://github.com/WebAssembly/mutable-global/pull/14. I've confirmed they work against the v8 implementation (and thanks to @Cellule, I fixed a number of bugs too!)

binji avatar Apr 27 '18 21:04 binji