WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

Add validate operation to hello example #175

Closed hishamhm closed 2 years ago

hishamhm commented 2 years ago

Add validation to the list of basic operations showcased by the hello example, to ensure it is not missed out by implementors (see V8 issue and patch)

hishamhm commented 2 years ago

Applied the suggestion and squashed it!

rossberg commented 2 years ago

Thanks! (Btw, no need to squash, that happens on merge anyway. In fact, squashing/force-pushing during review messes up Github comments and the review process, as reviewers cannot identify the relative diffs. ;) )