Bun all-in-one, with AssemblyScript as a webassembly language! #6205
junior-boop
started this conversation in
Ideas
Replies: 2 comments
-
I would love to have this in bun. |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes, go for it , vas y mon gars ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today bunjs is a really the game changer.
Where, in the pasts years, we would force to choose the best tool in the middle of tones of tools for our project.
Bun came with into natives tools, that firstly more fast than the old but also easy to use. For some of them are no configuration requirements.
Today bunjs run
ts
,jsx
andtsx
without any configuration. That why I propose to the bun team, to add an.as
extension for AssemblyScript files, and make bun as a compiler, a transpiler and a wams environment.Why this idea ?
Webassembly is use everywhere today, we use it in the server, on the front for complexe operations and design.
It's also used for increase speed of some graphics application.
For some javascript developers who want to experiment Webassembly without rust or c++ they turn their journey on AssemblyScript, with is typescript friendly syntax
sorry for my English, I'm a French guy
So my idea is to add a complete Webassembly environment to bunjs with AssemblyScript as a entry point. And for make the difference between js and ts files, I suggest you to use
.as
extension for all AssemblyScript files.It is a dream, and I will be happy to know that you respond favorable to my idea
Beta Was this translation helpful? Give feedback.
All reactions