thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.97k stars 204 forks source link

Support Typst or Run Unix File #1121

Open yusancky opened 3 months ago

yusancky commented 3 months ago

I want to use Typst. I tried to download and run the released Unix file but failed with command not found. What can I do?

bummoblizard commented 2 months ago

You cannot run compiled native binaries in Code App, except for WASM binaries.

lublak commented 1 week ago

@bummoblizard there is an unofficial typescript implementation, does this work or only wasm? https://github.com/Myriad-Dreamin/typst.ts https://myriad-dreamin.github.io/typst.ts/cookery/guide/all-in-one-node.html https://myriad-dreamin.github.io/typst.ts/cookery/guide/all-in-one.html There is also wasm code in it. https://myriad-dreamin.github.io/typst.ts/cookery/guide/compiler/bindings.html