SwammiM
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...
### 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"...
### 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 Not sure if this is allowed here, but I wanted to show one of my AssemblyScript-based projects :  The main brain of the synth is handled with...
**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`
  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...