SwammiM

Results 8 issues of SwammiM

Hi, as the title suggest, I’m trying to figure out if a token is locked. I have the mint and metadata account public keys.

### Feature suggestion Hi, I had this idea for C#-style structs that I believe could be implemented using a Transform. I know structs have been brought up a couple of...

enhancement

### Bug description I'm not sure if this is a bug with AssemblyScript, Binaryen or wat2wasm, but the generated .wat files can contain things like this : ``` (func $"~lib/map/Map#set:buckets"...

enhancement
good first issue

### Question Hi, I’m experimenting with a system that automatically creates Proxies for manipulating assemblyscript memory. It generates a constructable proxy per class, which can then be instantiated and that...

question

### Question Not sure if this is allowed here, but I wanted to show one of my AssemblyScript-based projects : ![localhost_3000_main_window(synth)](https://github.com/user-attachments/assets/5062aace-8b47-44ea-8bda-9daa5e467be1) The main brain of the synth is handled with...

question

**First version of the nodejs bindings.** It currently doesn't include prebuilds. This would need to be added / integrated with CI To test: - go to `tools/CmajNodeBindings` - run `npm...

Fixed some issues with the `addExtension` example : - missing comma - missing return in `encode`

![Image](https://github.com/user-attachments/assets/70bbe589-2b67-4a26-9be1-5e8e7a69584e) ![Image](https://github.com/user-attachments/assets/625b1f12-1827-4b23-9db0-5a60d6b92113) This feels like a bug : > Type 'PatchNode' is not assignable to 'PatchNode | undefined' So it's complaining that a certainly-assigned thing can't be assigned to an...