You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your project/research
Once the last research about Web Assembly was a failure because objects are not fully supported without writing low level code, I've started some research about libs that can help with this and found Walt and wasm-utils. Also a boilerplate using them. I will study and try to apply this on an real-world scenario.
What's your goal?
My goal is see how hard it can be to use those libs with AssemblyScript or even C. Also, I want to know if there are any limitations or if the transformation from object to struct is slow. The real goal here is know if its already possible to easily use Web Assembly on a real-world project and how. For future references.
The text was updated successfully, but these errors were encountered:
What's your project/research?
Wasm&Walt Research
Describe your project/research
Once the last research about Web Assembly was a failure because objects are not fully supported without writing low level code, I've started some research about libs that can help with this and found Walt and wasm-utils. Also a boilerplate using them. I will study and try to apply this on an real-world scenario.
What's your goal?
My goal is see how hard it can be to use those libs with AssemblyScript or even C. Also, I want to know if there are any limitations or if the transformation from object to struct is slow. The real goal here is know if its already possible to easily use Web Assembly on a real-world project and how. For future references.
The text was updated successfully, but these errors were encountered: