TAKASE Ryo (loloicci)

Results 42 issues of TAKASE Ryo (loloicci)

help wanted

when compile ```nim variant ActionTableItem[T]: Shift(state: State) Reset(rule: T) Accept Error ``` then, ``` Error: cannot instantiate ActionTableItem got: but expected: ``` It looks that this is caused when there...

We want simple syntax (macro) to make some variants that have same fields. like ```nim variant Shape: Circle(radius: float) Square(diagonal: float) Rectangle, Ellipse (width: float, height: float) ``` ? _Originally...

Fix typo the crate name (ewasm-api -> ewasm_api) in README.md.

## What does this do / why do we need it? This PR separates tests in util_test.go and tag_selector_test.go into sub test cases. This improves the output of these tests...

This PR fixes a mistake in an example of throughput measurements in the book. In an example code of throughput measurements, 1. `elems` is used before it is defined. This...