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
One interesting thing that we could take into account, right now only muladd is ported to Wasm. Since there is a plan to migrate verificatum to typescript, why not to fully compile it into Wasm following the typeset of AssemblyScript, https://www.assemblyscript.org/ ?
We will only need to annotate (if it is possible) the parameters and returning of functions to AssemblyScript types. We could have language diversification by having a hybrid JS-Wasm as a whole and CROW and wasm-mutate for the Wasm pieces.
we are porting part of https://github.com/verificatum/verificatum-vjsc to typescript and splitting into modules.
the prototype is still on Douglas' computer.
we would push it to a new repo say
verificatum-vjsc-ng
(orverificatum-vjsc-ts
orverificatum-vtsc
), to be decidedthe demonstrator will use the new TS code instead of the old JS code
license will be strong to allow for commercialization, say AGPL + full copyrights
The text was updated successfully, but these errors were encountered: