ktye
ktye
you still have swapped the opcodes for (memory.copy memory.fill data.drop) https://github.com/FastVM/Web49/blob/main/src/tables.c#L1456 it should be data.drop:0x09, memory.copy:0x0a, memory.fill:0x0b
@dataf3l fwiw, these are the next evolutions of j you can try and run: This comes with a paper from the APL90 conference. the only version i got, was a...
thank's for trying. you have to install the `wg` binary first: `go install github.com/ktye/wg/cmd/wg`. it's a program that translates go to c and writes ktye.h. i haven't compiled k+ for...
yes you have to copy the dependencies manually. they are not checked in. ktye.h is generated by `mk` or if you use mk.lin use `sh mk ktye.h` to create it.