Tiny WASI – A tiny WASI runtime written in TypeScript
1–10 of 22 posts
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#2If you want an actual complete tiny WASI runtime in TypeScript, Deno has a full one:
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#3This has ~5 syscalls written, almost everything is "undefined", not sure why it got posted. If you want an actual complete tiny WASI runtime in TypeScript, Deno has a full one: https://deno.land/std@0.127.0/wasi/snapshot_preview1.ts
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#4This has ~5 syscalls written, almost everything is "undefined", not sure why it got posted. If you want an actual complete tiny WASI runtime in TypeScript, Deno has a full one: https://deno.land/std@0.127.0/wasi/snapshot_preview1.ts
Real-world usage: https://github.com/qrdate/mt63_wasm/blob/master/src/MT63-tx....
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#5This has ~5 syscalls written, almost everything is "undefined", not sure why it got posted. If you want an actual complete tiny WASI runtime in TypeScript, Deno has a full one: https://deno.land/std@0.127.0/wasi/snapshot_preview1.ts
Edit: or in this case it seems the tiny is the goal itself. That's cool too. See also: suckless.org, UNIX philosophy, etc.
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#6This has ~5 syscalls written, almost everything is "undefined", not sure why it got posted. If you want an actual complete tiny WASI runtime in TypeScript, Deno has a full one: https://deno.land/std@0.127.0/wasi/snapshot_preview1.ts
The aim isn't to be complete, it's to be tiny like the name says! Real-world usage: https://github.com/qrdate/mt63_wasm/blob/master/src/MT63-tx....
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#7This has ~5 syscalls written, almost everything is "undefined", not sure why it got posted. If you want an actual complete tiny WASI runtime in TypeScript, Deno has a full one: https://deno.land/std@0.127.0/wasi/snapshot_preview1.ts
The aim isn't to be complete, it's to be tiny like the name says! Real-world usage: https://github.com/qrdate/mt63_wasm/blob/master/src/MT63-tx....
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#8Earlier quoted context omitted.
The aim isn't to be complete, it's to be tiny like the name says! Real-world usage: https://github.com/qrdate/mt63_wasm/blob/master/src/MT63-tx....
Nice work! Do you plan to implement the rest as well or is this done?
It's live on our site (https://qrdate.org). Press the "Sonify" button to hear the transmission.
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#9This has ~5 syscalls written, almost everything is "undefined", not sure why it got posted. If you want an actual complete tiny WASI runtime in TypeScript, Deno has a full one: https://deno.land/std@0.127.0/wasi/snapshot_preview1.ts
Re: Tiny WASI – A tiny WASI runtime written in TypeScript
#10This has ~5 syscalls written, almost everything is "undefined", not sure why it got posted. If you want an actual complete tiny WASI runtime in TypeScript, Deno has a full one: https://deno.land/std@0.127.0/wasi/snapshot_preview1.ts
Big downvote from me. Tiny projects are the best way to learn a system. Nobody needs a higher bar for getting started learning some tech. Do a tiny/toy version and keep improving (either in that project or your next one)! Edit: or in this case it seems the tiny is the goal itself. That's cool too. See also: suckless.org, UNIX philosophy, etc.
Tiny projects are fine, but they don't all need to be posted to HN.