smithy icon indicating copy to clipboard operation
smithy copied to clipboard

A framework for building WebAssembly apps in Rust

Results 6 smithy issues
Sort by recently updated
recently updated
newest added

I'm trying to add a smithy-based frontend to my bazel project, but the rust compiler is throwing an error on any use of `smd!()`. I'm not really sure why. I...

```jsx // .... ``` Actual behavior: It doesn't panic Expected behavior: It panics

It's not necessary, just an observation. ```rust ``` Actual behavior: The div with the id something is not rendered because its child has a data attribute. Expected behavior: The div...

Thank you for this crate. It is very useful in our use cases. Could you please add example of nested components? For example: ```jsx Some text ``` I tried something...

This issue is where I document specific aspects of Smithy I would like to improve. If you have questions, please open a new issue! # Make Smithy generic * Make...

God be praised, thank you as smithy is being quite a joy to work with now. However while implementing websockets, the way that my program is currently refreshing with incoming...