-
-
Notifications
You must be signed in to change notification settings - Fork 670
Asyncify #1436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Nevermind, just found it. What are the chances of getting a little sample? |
You are entering new territory there, but this is how it is supposed to work: import * as asyncify from "bindings/asyncify";
// use
Let me know of your findings :) |
Will do! |
Another question, does protobuf.js work w/ assembly script? assemblyscript/lib/parse/src/index.ts Line 108 in 381c421
|
protobuf.js doesn't (yet) utilize AssemblyScript. As of today, AS only reuses some of the moving parts I wrote for the former. |
@dcodeIO can the asyncify unwind/rewind functionality be used directly from Assemblyscript?
The text was updated successfully, but these errors were encountered: