You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a wasm viewer tool and would like to be able to read the text-based .wat format in the same way as normal .wasm files. Ideally, there would be a new ReadFromWat or ReadFromTextFile method to accompany the existing ReadFromBinary that also returns a simple Module.
The text was updated successfully, but these errors were encountered:
I'm writing a wasm viewer tool and would like to be able to read the text-based .wat format in the same way as normal .wasm files. Ideally, there would be a new
ReadFromWat
orReadFromTextFile
method to accompany the existingReadFromBinary
that also returns a simpleModule
.The text was updated successfully, but these errors were encountered: