Hubert Gruniaux
Results
2
issues of
Hubert Gruniaux
The question is in the title. I searched in the code, and I found nothing. I am curious to know if there are any limits in the parser or the...
When assembling the following invalid WAT code: ```.wat (module (type $t (struct)) (func (param i32) (struct.new $t (local.get 0)))) ``` the assembler rejects it with the following error message: ```...